Skip to content

Commit aadaa6d

Browse files
fix: stack mobile browse filters
1 parent f0cce54 commit aadaa6d

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

src/styles.css

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11683,9 +11683,8 @@ a.agentic-risk-finding-title:focus-visible {
1168311683
padding-top: 0;
1168411684
padding-right: 0;
1168511685
padding-bottom: 16px;
11686-
flex-direction: row;
11687-
flex-wrap: wrap;
11688-
gap: 8px;
11686+
flex-direction: column;
11687+
gap: 0;
1168911688
}
1169011689

1169111690
.browse-layout.sidebar-open .browse-sidebar {
@@ -11707,13 +11706,26 @@ a.agentic-risk-finding-title:focus-visible {
1170711706
}
1170811707

1170911708
.sidebar-section {
11710-
flex-direction: row;
11711-
flex-wrap: wrap;
11712-
gap: 4px;
11709+
width: 100%;
11710+
flex-direction: column;
11711+
gap: 0;
1171311712
}
1171411713

1171511714
.sidebar-title {
1171611715
width: 100%;
11716+
padding-bottom: var(--space-1);
11717+
}
11718+
11719+
.sidebar-option,
11720+
.sidebar-checkbox {
11721+
box-sizing: border-box;
11722+
width: 100%;
11723+
min-height: 44px;
11724+
padding: var(--space-2) 0;
11725+
}
11726+
11727+
.sidebar-option-icon {
11728+
flex: 0 0 18px;
1171711729
}
1171811730
}
1171911731

0 commit comments

Comments
 (0)