Global status, CSS/JS fixes

This commit is contained in:
Jokob-sk
2022-12-26 14:53:54 +11:00
parent 5e46ce4210
commit 2d683c6ab1
9 changed files with 146 additions and 71 deletions

View File

@@ -560,6 +560,35 @@ height: 50px;
/*settings*/
@media (max-width: 767px) {
.setting_description {
/* color: red; */
display: none;
}
.setting_input{
width:70%;
/* background-color: red; */
}
.setting_name
{
width:30%;
}
}
@media (min-width: 768px) {
.setting_description {
/* color: rgb(0, 255, 106); */
display: block;
}
.setting_input{
width:35%;
/* background-color: rgb(0, 255, 106); */
}
.setting_name
{
width:19%;
}
}
.table_row {
padding: 3px;
width:100%;
@@ -579,7 +608,7 @@ height: 50px;
.setting_name
{
width:19%;
/* width:19%; */
font-weight: 300;
}
@@ -588,10 +617,10 @@ height: 50px;
width:46%;
}
.setting_input
/* .setting_input
{
width:35%;
}
} */
.center
{