update
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<div class="p-4 bg-background text-foreground"> <!-- Outer container with padding -->
|
||||
<div class="max-w-6xl mx-auto"> <!-- Inner container for max-width and centering -->
|
||||
<!-- Removed temporary h1 title -->
|
||||
<div class="p-4 bg-background text-foreground">
|
||||
<div class="max-w-6xl mx-auto">
|
||||
<NotificationSettings />
|
||||
</div>
|
||||
</div>
|
||||
@@ -11,6 +10,4 @@
|
||||
import NotificationSettings from '../components/NotificationSettings.vue';
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
/* Remove scoped styles as they are now handled by Tailwind utility classes */
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user