]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/episodes.scss
basic twitch join/part commands
[alttp.git] / resources / sass / episodes.scss
index eed191331be3d897508843e7313e232d517100b9..6caf0dd6eafc8cdbaf9e23f71b5ce91be3eeb3f5 100644 (file)
                }
        }
 }
+
+.channel-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;
+       }
+}