fix: glass effect improvements (#150)
This commit is contained in:
parent
bdcaab6933
commit
49b63aa3b2
2 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<nav h-14 fixed bottom-0 left-0 right-0 z-50 border="t base" backdrop="blur-10px brightness-120 dark:brightness-80" flex flex-row>
|
||||
<nav h-14 fixed bottom-0 left-0 right-0 z-50 border="t base" bg-base flex flex-row>
|
||||
<template v-if="currentUser">
|
||||
<NuxtLink to="/home" active-class="text-primary" flex flex-row items-center place-content-center h-full flex-1>
|
||||
<div i-ri:home-5-line />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue