diff options
author | Jesús <heckyel@hyperbola.info> | 2021-06-14 18:48:09 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-06-14 18:48:09 -0500 |
commit | 95ae35260c7d141341d6e81d8233568f98e9acdb (patch) | |
tree | 29f52584d258f4bafcf334b9db24e5ab420be231 /youtube/static/home.css | |
parent | fc8a23099d205cdfae44e6745a2d022284c2b60c (diff) | |
download | yt-local-95ae35260c7d141341d6e81d8233568f98e9acdb.tar.lz yt-local-95ae35260c7d141341d6e81d8233568f98e9acdb.tar.xz yt-local-95ae35260c7d141341d6e81d8233568f98e9acdb.zip |
Fix styles dropdown option button in desktop
Diffstat (limited to 'youtube/static/home.css')
-rw-r--r-- | youtube/static/home.css | 2 |
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 { |