Changed Toast Position to Bottom Right
This commit is contained in:
@@ -15,7 +15,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
notifications: {
|
notifications: {
|
||||||
// Show toasts at the top right of the screen
|
// Show toasts at the top right of the screen
|
||||||
position: 'top-0 bottom-auto'
|
position: 'top-0'
|
||||||
},
|
},
|
||||||
icons: {
|
icons: {
|
||||||
/*dark: 'i-ph-moon-duotone',
|
/*dark: 'i-ph-moon-duotone',
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ const supabase = useSupabaseClient()
|
|||||||
|
|
||||||
const user = useSupabaseUser()
|
const user = useSupabaseUser()
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|||||||
Reference in New Issue
Block a user