Skip to content

Commit

Permalink
fix: Fix update popup location on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Dec 24, 2024
1 parent 6f7cca2 commit 661acac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UpdateSnackbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:model-value="offlineReady || needRefresh"
:timeout="needRefresh ? -1 : 5000"
location="bottom"
class="mb-16 mb-md-2"
class="mb-6 mb-md-2"
theme="light"
>
<span v-if="needRefresh"> New content available, click on reload button to update. </span>
Expand Down

0 comments on commit 661acac

Please sign in to comment.