Fixed some minor admin bugs (#6335)

This commit is contained in:
SamTV12345 2024-04-16 19:48:34 +02:00 committed by GitHub
parent a541375f7f
commit 9d8f1f60cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 6 deletions

View file

@ -250,10 +250,18 @@ td, th {
color: #666;
}
.settings-page {
display: flex;
flex-direction: column;
gap: 20px;
height: 100%;
}
.settings {
flex-grow: max(1, 1);
outline: none;
width: 100%;
min-height: 80vh;
resize: none;
}