diff --git a/assets/css/default.css b/assets/css/default.css index a47762ec..b216d83b 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -121,6 +121,7 @@ body a.channel-owner { display: flex; justify-content: center; flex-wrap: wrap; + margin-bottom: 1.2vh; } .feed-menu-item { @@ -614,7 +615,7 @@ span > select { } body.dark-theme { - background-color: rgba(35, 35, 35, 1); + background-color: rgba(18, 18, 18, 1); color: #f0f0f0; } @@ -668,7 +669,7 @@ body.dark-theme { } body.no-theme { - background-color: rgba(35, 35, 35, 1); + background-color: rgba(18, 18, 18, 1); color: #f0f0f0; } diff --git a/src/invidious/views/feeds/subscriptions.ecr b/src/invidious/views/feeds/subscriptions.ecr index c36bd00f..f3ea349f 100644 --- a/src/invidious/views/feeds/subscriptions.ecr +++ b/src/invidious/views/feeds/subscriptions.ecr @@ -9,12 +9,11 @@