aboutsummaryrefslogtreecommitdiffstats
path: root/youtube
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-06-14 18:48:09 -0500
committerJesús <heckyel@hyperbola.info>2021-06-14 18:48:09 -0500
commit95ae35260c7d141341d6e81d8233568f98e9acdb (patch)
tree29f52584d258f4bafcf334b9db24e5ab420be231 /youtube
parentfc8a23099d205cdfae44e6745a2d022284c2b60c (diff)
downloadyt-local-95ae35260c7d141341d6e81d8233568f98e9acdb.tar.lz
yt-local-95ae35260c7d141341d6e81d8233568f98e9acdb.tar.xz
yt-local-95ae35260c7d141341d6e81d8233568f98e9acdb.zip
Fix styles dropdown option button in desktop
Diffstat (limited to 'youtube')
-rw-r--r--youtube/static/home.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube/static/home.css b/youtube/static/home.css
index 6c782f5..ac41ea8 100644
--- a/youtube/static/home.css
+++ b/youtube/static/home.css
@@ -193,6 +193,8 @@ label[for=options-toggle-cbox] {
grid-area: dropdown;
z-index: 1;
position: absolute;
+ background: var(--background);
+ padding-right: 4rem;
}
.footer {