Skip to content

Commit 3c38fb4

Browse files
committed
v1.0.2: fix search controls alignment
1 parent e93bd8a commit 3c38fb4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/ui/styles.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,11 +448,13 @@ h1 {
448448
.search-controls {
449449
display: flex;
450450
align-items: center;
451-
justify-content: space-between;
452451
margin-bottom: 16px;
453452
flex-wrap: wrap;
454453
gap: 8px;
455454
}
455+
.search-controls .mode-toggle {
456+
margin-left: auto;
457+
}
456458

457459
.mode-toggle {
458460
display: flex;

0 commit comments

Comments
 (0)