sorting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user