Skip to content

Commit

Permalink
Maintenance: Try to fix ring-blue error inside CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikklein committed Jan 4, 2024
1 parent 5719468 commit ecb3908
Showing 1 changed file with 2 additions and 6 deletions.
Expand Up @@ -52,13 +52,13 @@ const notificationCount = computed(() => {
</CommonLink>
<CommonLink
link="/account"
class="flex-1"
class="flex-1 group"
exact-active-class="user-active"
>
<CommonUserAvatar
v-if="user"
:entity="user"
class="user-avatar"
class="group-[.user-active]:ring-2 group-[.user-active]:ring-blue"
size="small"
personal
/>
Expand All @@ -68,10 +68,6 @@ const notificationCount = computed(() => {
</template>

<style scoped>
.user-active .user-avatar {
@apply ring-2 ring-blue;
}
.bottom-navigation {
padding-bottom: env(safe-area-inset-bottom);
}
Expand Down

0 comments on commit ecb3908

Please sign in to comment.