CSS and row count fixes

This commit is contained in:
Jokob-sk
2022-12-26 00:30:05 +11:00
parent 8c8eaeb92f
commit 923ab5b903
7 changed files with 52 additions and 35 deletions

View File

@@ -579,18 +579,18 @@ height: 50px;
.setting_name
{
width:20%;
width:19%;
font-weight: 300;
}
.setting_description
{
width:50%;
width:46%;
}
.setting_input
{
width:30%;
width:35%;
}
.center
@@ -609,7 +609,7 @@ height: 50px;
.settings_content {
padding: 10px;
background-color: #272c30;
/* background-color: #272c30; */
margin: 10px;
}