Apply safe area insets to new messages button

This commit is contained in:
Jon Staab
2026-03-30 15:15:41 -07:00
parent 55e3a31b61
commit fe042c88b8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -512,7 +512,7 @@
{#if showFixedNewMessages}
<div class="relative z-popover flex justify-center">
<div transition:fly={{duration: 200}} class="fixed top-12">
<div transition:fly={{duration: 200}} class="fixed top-12 pt-sai">
<Button class="btn btn-primary btn-xs rounded-full" onclick={scrollToNewMessages}>
New Messages
</Button>
+1 -1
View File
@@ -386,7 +386,7 @@
{#if showFixedNewMessages}
<div class="relative z-popover flex justify-center">
<div transition:fly={{duration: 200}} class="fixed top-12">
<div transition:fly={{duration: 200}} class="fixed top-12 mt-sai">
<Button class="btn btn-primary btn-xs rounded-full" onclick={scrollToNewMessages}>
New Messages
</Button>