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']) {