Shrink header by removing gaps on small screens.

This commit is contained in:
2025-09-25 04:57:08 +00:00
parent 3df1d19b03
commit 46119222e6
+3
View File
@@ -211,6 +211,9 @@ onBeforeUnmount(() => {
gap: 1rem;
}
@media (max-width: 600px) {
.header-controls { gap: 0.1rem; }
}
/* Group search + spacer so outer gap doesn't create unwanted space */
.search-with-spacer {
display: flex;