Increase navbar vertical padding

This commit is contained in:
2026-05-29 18:16:28 +02:00
parent 7a7f698b44
commit 295bfc19e6
+1 -1
View File
@@ -63,7 +63,7 @@ watch(() => route.query.q, q => {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 40px;
padding: 18px 40px;
height: 42px;
}