diff options
| author | syeopite <syeopite@syeopite.dev> | 2021-03-13 10:55:12 -0800 |
|---|---|---|
| committer | syeopite <syeopite@syeopite.dev> | 2021-03-13 10:55:12 -0800 |
| commit | fab9ae64a072167bbd6f934c87e06e965bcbec89 (patch) | |
| tree | 6ee3d55a37b0946ddeafe06a18957d4038d423eb /assets | |
| parent | b56ebd13b6fc9e02e92710dc40ca1516584bbd0b (diff) | |
| download | invidious-fab9ae64a072167bbd6f934c87e06e965bcbec89.tar.gz invidious-fab9ae64a072167bbd6f934c87e06e965bcbec89.tar.bz2 invidious-fab9ae64a072167bbd6f934c87e06e965bcbec89.zip | |
Remove duplicate styling code
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/default.css | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index 09c7d237..18b7d7ad 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -628,7 +628,7 @@ body.dark-theme { } } -#filters +#filters { display: inline; margin-top: 15px; } @@ -639,12 +639,7 @@ body.dark-theme { #filters > summary { display: inline-block; - margin-bottom:15px; -} - -#filters > summary { - display: inline-block; - margin-bottom:15px; + margin-bottom: 15px; } #filters > summary::before { |
