mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 14:57:53 +02:00
Backend Settings
This commit is contained in:
@ -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;
|
||||
}
|
@ -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;
|
||||
}
|
Reference in New Issue
Block a user