aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/channel.css
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/static/channel.css')
-rw-r--r--youtube/static/channel.css15
1 files changed, 6 insertions, 9 deletions
diff --git a/youtube/static/channel.css b/youtube/static/channel.css
index 3742418..030bc11 100644
--- a/youtube/static/channel.css
+++ b/youtube/static/channel.css
@@ -508,22 +508,19 @@ hr {
.dropdown {
display: grid;
grid-gap: 1px;
- grid-template-columns: minmax(50px, 120px);
+ grid-template-columns: 100px auto;
grid-template-areas:
"dropdown-label"
"dropdown-content";
grid-area: dropdown;
- background: var(--background);
- padding-right: 4rem;
- z-index: 1;
position: absolute;
+ z-index: 1;
}
#options-toggle-cbox:checked ~ .dropdown-content {
- padding: 0rem 3rem 1rem 1rem;
- width: 100%;
- max-height: 45vh;
- overflow: hidden;
+ width: calc(100% + 100px);
+ max-height: 80vh;
+ overflow-y: scroll;
}
.author-container {
@@ -539,7 +536,7 @@ hr {
grid-area: playlist;
}
.play-clean {
- grid-template-columns: minmax(50px, 120px);
+ grid-template-columns: 100px auto;
}
.play-clean > button {
padding-left: 0px;