diff options
| author | RadoslavL <rlelchev@abv.bg> | 2023-09-24 10:08:16 +0300 |
|---|---|---|
| committer | RadoslavL <rlelchev@abv.bg> | 2023-09-24 10:08:16 +0300 |
| commit | ea781ceeeebbf052c377cf3dacec416e9ac25453 (patch) | |
| tree | eb314bfbc7818edea5960bc38f9ac69e6d6f8719 /assets | |
| parent | 8542c974c82d26ef7e85762269e99d12eab7912b (diff) | |
| download | invidious-ea781ceeeebbf052c377cf3dacec416e9ac25453.tar.gz invidious-ea781ceeeebbf052c377cf3dacec416e9ac25453.tar.bz2 invidious-ea781ceeeebbf052c377cf3dacec416e9ac25453.zip | |
Removed unnecessary lines
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/default.css | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index 5ddfd143..720b807c 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -432,20 +432,19 @@ p.video-data { margin: 0; font-weight: bold; font-size: 80%; } * Footer */ -.light-theme footer { - color: #7c7c7c; +footer { margin-top: auto; padding: 1.5em 0; text-align: center; max-height: 30vh; } +.light-theme footer { + color: #7c7c7c; +} + .dark-theme footer { color: #adadad; - margin-top: auto; - padding: 1.5em 0; - text-align: center; - max-height: 30vh; } .light-theme footer a { @@ -563,10 +562,6 @@ span > select { .no-theme footer { color: #7c7c7c; - margin-top: auto; - padding: 1.5em 0; - text-align: center; - max-height: 30vh; } .no-theme footer a { @@ -695,10 +690,6 @@ body.dark-theme { .no-theme footer { color: #adadad; - margin-top: auto; - padding: 1.5em 0; - text-align: center; - max-height: 30vh; } .no-theme footer a { |
