1 parent dd9a068 commit a1f989cCopy full SHA for a1f989c
1 file changed
src/ui/styles.css
@@ -448,12 +448,11 @@ h1 {
448
.search-controls {
449
display: flex;
450
align-items: center;
451
+ justify-content: space-between;
452
margin-bottom: 16px;
- flex-wrap: wrap;
453
+ flex-wrap: nowrap;
454
gap: 8px;
-}
455
-.search-controls .mode-toggle {
456
- margin-left: auto;
+ overflow-x: auto;
457
}
458
459
.mode-toggle {
0 commit comments