diff --git a/src/App.vue b/src/App.vue
index 31f3ea5..712eb89 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -176,12 +176,14 @@ watch(
-
-
+
+
{{ item.label }}
-
-
+
+
mdi-magnify
@@ -356,7 +358,7 @@ watch(
width: 100%;
}
-.active {
+.login-active {
font-weight: bold;
text-decoration: underline;
}
@@ -464,18 +466,20 @@ watch(
align-items: center;
}
-.home-tab-bar--inline {
+.app-tab-bar {
+ display: flex;
+ padding-left: 8px;
flex: 1;
- min-width: 0;
-}
+ cursor: default;
-.home-tab-bar--inline :deep(.v-tabs) {
- height: 48px;
-}
+ .app-tab-bar-item {
+ padding: 0 8px;
-.home-tab-bar--inline :deep(.v-tab) {
- height: 48px;
- padding: 0 8px 0 8px;
+ }
+
+ .app-tab-bar-item-active {
+ font-weight: bold;
+ }
}
.home-category-layer1-actions {