This commit is contained in:
Mateusz Gruszczyński
2026-05-08 23:18:17 +02:00
parent c3516470fb
commit c331dcf41f
2 changed files with 29 additions and 5 deletions

View File

@@ -815,7 +815,7 @@ body.mobile-mode #mobileList {
overflow: auto;
position: relative;
z-index: 2;
padding-top: 5.2rem !important;
padding-top: 7.1rem !important;
padding-bottom: 1rem;
}
body.mobile-mode .content {
@@ -842,6 +842,18 @@ body.mobile-mode .main-grid {
width: 110px;
white-space: nowrap;
}
.mobile-sort-row {
display: flex;
margin-top: 0.4rem;
justify-content: flex-end;
gap: 0.5rem;
}
.mobile-sort-row .btn {
width: 100%;
justify-content: center;
}
.hidden-col {
display: none !important;
}
@@ -1639,7 +1651,7 @@ body.mobile-mode .mobile-filter-bar {
display: block !important;
}
#mobileList {
padding-top: 5.2rem !important;
padding-top: 7.1rem !important;
}
.topbar .badge {
width: 0.72rem;