fix(nodejs): support for mobile screens with width less than 320px

This commit is contained in:
sshakndr
2025-02-18 13:38:26 +07:00
committed by Sergey Linnik
parent 5a50edd87c
commit 1374aeb2fd
2 changed files with 5 additions and 5 deletions

View File

@ -146,7 +146,7 @@ header a {
}
}
@media (max-width: 592px) and (min-width: 320px) {
@media (max-width: 592px) {
.center, .table-main {
width: 100%;
}

View File

@ -679,7 +679,7 @@
}
}
@media (max-width: 420px) and (min-width: 320px) {
@media (max-width: 420px) {
.tableRow,
.storedHeader,
menu.links {
@ -760,7 +760,7 @@
max-width: 45%;
}
}
@media (max-width: 600px) and (min-width: 320px) {
@media (max-width: 600px) {
.main-panel {
display: flex;
flex-direction: column;
@ -776,7 +776,7 @@
max-width:20%;
}
}
@media (max-width:400px) and (min-width:320px){
@media (max-width:400px) {
.main-panel > span{
max-width:15%;
}
@ -787,7 +787,7 @@
}
}
@media (max-width: 592px) and (min-width: 320px) {
@media (max-width: 592px) {
body.menu-open {
overflow: hidden;
}