fix spacing

This commit is contained in:
Simon
2025-01-03 21:38:11 +07:00
parent 1177aa5699
commit c4b981fb7c
2 changed files with 2 additions and 0 deletions

View File

@@ -171,6 +171,7 @@ const ChannelAbout = () => {
</div>
)}
</div>
<br></br>
{reindex && <p>Reindex scheduled</p>}
{!reindex && (
<div id="reindex-button" className="button-box">

View File

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