Skip to content

Commit a1f989c

Browse files
committed
v1.0.5: fix search controls layout, keep all on one line
1 parent dd9a068 commit a1f989c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/ui/styles.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -448,12 +448,11 @@ h1 {
448448
.search-controls {
449449
display: flex;
450450
align-items: center;
451+
justify-content: space-between;
451452
margin-bottom: 16px;
452-
flex-wrap: wrap;
453+
flex-wrap: nowrap;
453454
gap: 8px;
454-
}
455-
.search-controls .mode-toggle {
456-
margin-left: auto;
455+
overflow-x: auto;
457456
}
458457

459458
.mode-toggle {

0 commit comments

Comments
 (0)