diff --git a/components/navigation/mobile-navbar.vue b/components/navigation/mobile-navbar.vue index 6f2a5d1..fc5768a 100644 --- a/components/navigation/mobile-navbar.vue +++ b/components/navigation/mobile-navbar.vue @@ -1,20 +1,20 @@ + class="fixed md:hidden bottom-0 inset-x-0 border-t h-16 bg-background z-10 flex items-center justify-around *:h-full *:w-full gap-6 px-4 py-2 [&>a>svg]:size-5 [&>button>svg]:size-5"> - + - + - + - + diff --git a/components/notes/actions.vue b/components/notes/actions.vue index be515fd..a9fac65 100644 --- a/components/notes/actions.vue +++ b/components/notes/actions.vue @@ -1,5 +1,5 @@ - + {{ numberFormat(replyCount) }} diff --git a/components/notes/content.vue b/components/notes/content.vue index 6422d43..a3c82db 100644 --- a/components/notes/content.vue +++ b/components/notes/content.vue @@ -19,7 +19,7 @@ $style.content, ]" v-html="content" v-render-emojis="emojis"> + class="absolute inset-x-0 bottom-0 h-36 bg-gradient-to-t from-black/5 to-transparent rounded-b-md"> {{ collapsed diff --git a/components/notes/header.vue b/components/notes/header.vue index 1d599c4..74027fd 100644 --- a/components/notes/header.vue +++ b/components/notes/header.vue @@ -36,7 +36,7 @@ - + diff --git a/components/sidebars/sidebar.vue b/components/sidebars/sidebar.vue index 915204e..785a494 100644 --- a/components/sidebars/sidebar.vue +++ b/components/sidebars/sidebar.vue @@ -1,4 +1,5 @@