diff --git a/components/nav/NavSide.vue b/components/nav/NavSide.vue index 76756e64..af545f88 100644 --- a/components/nav/NavSide.vue +++ b/components/nav/NavSide.vue @@ -20,7 +20,7 @@ const { notifications } = useNotifications() - + diff --git a/components/nav/NavSideItem.vue b/components/nav/NavSideItem.vue index 7eb5d3b4..485234d8 100644 --- a/components/nav/NavSideItem.vue +++ b/components/nav/NavSideItem.vue @@ -60,7 +60,7 @@ const noUserVisual = computed(() => isMastoInitialised.value && props.userOnly & flex items-center gap4 w-fit rounded-full px2 py2 mx3 sm:mxa - lg="mx0 px5" + xl="mx0 px5" transition-100 group-hover:bg-active group-focus-visible:ring="2 current" > @@ -68,7 +68,7 @@ const noUserVisual = computed(() => isMastoInitialised.value && props.userOnly &
- {{ text }} + {{ text }}
diff --git a/components/nav/NavTitle.vue b/components/nav/NavTitle.vue index 394ac636..40fe1ade 100644 --- a/components/nav/NavTitle.vue +++ b/components/nav/NavTitle.vue @@ -8,15 +8,15 @@ const sub = env === 'local' ? 'dev' : env === 'staging' ? 'preview' : 'alpha' - -