9555-Change media queries

This commit is contained in:
Pablo Aragon 2023-04-25 14:36:30 +02:00
parent db2b2b796b
commit 38849e6ed2
2 changed files with 7 additions and 3 deletions

View File

@ -2696,7 +2696,7 @@ li.ui-block-e {
width: 100%;
float: none;
}
@media (max-width: 35em) {
@media (max-width: 480px) {
.ui-responsive > .ui-block-a,
.ui-responsive > .ui-block-b,
.ui-responsive > .ui-block-c,
@ -4387,7 +4387,7 @@ html .ui-popup .ui-field-contain > label + .ui-flipswitch {
font-weight: 400;
}
}
@media screen and (min-width: 35em), print {
@media screen and (min-width: 480px), print {
.ui-table-reflow.ui-responsive td,
.ui-table-reflow.ui-responsive th,
.ui-table-reflow.ui-responsive tbody th,
@ -4401,7 +4401,7 @@ html .ui-popup .ui-field-contain > label + .ui-flipswitch {
display: none;
}
}
@media screen and (max-width: 35em) {
@media screen and (max-width: 480px) {
.ui-table-reflow.ui-responsive td,
.ui-table-reflow.ui-responsive th {
width: 100%;

View File

@ -3272,4 +3272,8 @@ table#list_servers tbody td span.data a {
input[name="login_btn"] {
line-height: 38px;
}
fieldset.databox.tactical_set table#table1 td img[src$="modules@svg.svg"] {
margin-left: 10px !important;
}
}