@innertia-solutions/nuxt-theme-spark 0.1.48 → 0.1.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13,8 +13,8 @@ const props = defineProps({
|
|
|
13
13
|
'w-65 hidden fixed z-60',
|
|
14
14
|
'lg:block lg:translate-x-0 lg:inset-e-auto',
|
|
15
15
|
floating
|
|
16
|
-
? 'inset-y-3 start-3 rounded-2xl shadow-sm border border-
|
|
17
|
-
: 'inset-y-0 inset-s-0 h-full border-e border-
|
|
16
|
+
? 'inset-y-3 start-3 rounded-2xl shadow-sm border border-slate-200 dark:border-slate-700 bg-white dark:bg-slate-800'
|
|
17
|
+
: 'inset-y-0 inset-s-0 h-full border-e border-slate-200 dark:border-slate-700 bg-white dark:bg-slate-800 lg:bottom-0',
|
|
18
18
|
]"
|
|
19
19
|
tabindex="-1"
|
|
20
20
|
aria-label="Sidebar"
|