Shrink header by removing gaps on small screens.
This commit is contained in:
@@ -211,6 +211,9 @@ onBeforeUnmount(() => {
|
|||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
.header-controls { gap: 0.1rem; }
|
||||||
|
}
|
||||||
/* Group search + spacer so outer gap doesn't create unwanted space */
|
/* Group search + spacer so outer gap doesn't create unwanted space */
|
||||||
.search-with-spacer {
|
.search-with-spacer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user