diff --git a/src/routes/admin/+layout.svelte b/src/routes/admin/+layout.svelte
index dadf18d..dc11c60 100644
--- a/src/routes/admin/+layout.svelte
+++ b/src/routes/admin/+layout.svelte
@@ -1,23 +1,26 @@
@@ -35,7 +38,7 @@
-webkit-overflow-scrolling: touch;
}
.tab {
- padding: 0.6rem 0.9rem;
+ padding: 0.5rem 0.95rem 0.5rem 0.8rem;
background: white;
border: 1px solid #e4eae7;
border-radius: 999px;
@@ -46,6 +49,7 @@
min-height: 40px;
display: inline-flex;
align-items: center;
+ gap: 0.4rem;
}
.tab.active {
background: #2b6a3d;