Fix responsive filters
This commit is contained in:
@@ -1419,7 +1419,7 @@ body > *:not(.sfB-bg) { position: relative; z-index: 1; }
|
||||
.sfB-page-head { grid-template-columns: 1fr; gap: 16px; }
|
||||
.sfB-page-head h1 { font-size: 56px; letter-spacing: -2px; }
|
||||
.sfB-toolbar { flex-direction: column; align-items: flex-start; }
|
||||
.sfB-pills { overflow-x: auto; flex-wrap: nowrap; border-radius: 14px; }
|
||||
.sfB-pills { flex-wrap: wrap; border-radius: 14px; width: 100%; }
|
||||
|
||||
.sfB-row {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user