better top bar

This commit is contained in:
Simon
2026-02-09 13:05:35 +00:00
parent bd07bdef3c
commit 437d42ea3d

View File

@@ -605,17 +605,20 @@ body.theme-light .setting-item select option {
flex-wrap: wrap; flex-wrap: wrap;
height: auto; height: auto;
padding: 12px 16px; padding: 12px 16px;
row-gap: 10px;
} }
.search-container { .search-container {
order: 3; order: 3;
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;
flex-basis: 100%;
} }
.actions { .actions {
order: 2; order: 2;
width: 100%; width: auto;
margin-left: auto;
justify-content: flex-end; justify-content: flex-end;
} }
} }