Backend Settings

This commit is contained in:
2025-03-20 00:07:20 +01:00
parent 2092db2ba3
commit 187dd22027
8 changed files with 229 additions and 29 deletions

View File

@ -40,5 +40,8 @@
left: 0;
width: calc(100% - 30px);
height: calc(100% - 50px);
margin: 5px 15px;
padding: 5px 15px;
overflow-y: auto;
overflow-x: hidden;
scrollbar-width: thin;
}

View File

@ -43,6 +43,15 @@
#SettingsPopUpBody h1, #SettingsPopUpBody h2, #SettingsPopUpBody h3 {
border: 0;
margin: 5px 0 0 0;
margin: 5px 0 2px 0;
padding: 0;
}
.settings-requestLimits {
display: flex;
flex-direction: column;
}
.settings-requestLimits input {
width: min-content;
}