From c4b981fb7ceebbb598cfd9de13c2b94e6ca40f9b Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 3 Jan 2025 21:38:11 +0700 Subject: [PATCH] fix spacing --- frontend/src/pages/ChannelAbout.tsx | 1 + frontend/src/style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/pages/ChannelAbout.tsx b/frontend/src/pages/ChannelAbout.tsx index 8b1cda5a..bd552ddc 100644 --- a/frontend/src/pages/ChannelAbout.tsx +++ b/frontend/src/pages/ChannelAbout.tsx @@ -171,6 +171,7 @@ const ChannelAbout = () => { )} +

{reindex &&

Reindex scheduled

} {!reindex && (
diff --git a/frontend/src/style.css b/frontend/src/style.css index 5880a331..b13c8fba 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -1071,6 +1071,7 @@ video:-webkit-full-screen { grid-template-columns: 33% 1fr; width: 100%; align-items: center; + padding-bottom: 5px; } .settings-box-wrapper input:not([type='checkbox']) {