.discord-select { .search-results-holder { position: relative; } .search-results { position: absolute; left: 0; top: 100%; z-index: 1; width: 100%; border-top-left-radius: 0; border-top-right-radius: 0; box-shadow: 1ex 1ex 1ex rgba(0, 0, 0, 0.5); } &.collapsed .search-results { display: none; } &.expanded .search-input { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } } .channel-box { > svg { margin-right: 0.25rem; min-width: 1.5rem; } } .guild-box { padding: 0; color: inherit; text-decoration: none; img { max-height: 2rem; width: auto; border-radius: 50%; margin: 0 0.25rem; } }