From 95ae35260c7d141341d6e81d8233568f98e9acdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 14 Jun 2021 18:48:09 -0500 Subject: Fix styles dropdown option button in desktop --- youtube/static/home.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'youtube/static/home.css') 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 { -- cgit v1.2.3