Fix responsive filters

This commit is contained in:
2026-05-02 12:54:30 +07:00
parent d796a978d8
commit 2d671a8ce2
7 changed files with 13 additions and 13 deletions

View File

@@ -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;