mirror of
https://github.com/unraid/api.git
synced 2026-02-12 02:58:46 -06:00
refactor: style tweaks
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<script lang="ts" setup>
|
||||
// shadow-[var(--ring-offset-shadow)_var(--ring-shadow)_var(--shadow-beta)]
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<nav class="flex flex-col gap-y-8px p-8px bg-alpha rounded-lg shadow-[var(--ring-offset-shadow)_var(--ring-shadow)_var(--shadow-beta)]">
|
||||
<nav class="flex flex-col gap-y-8px p-8px bg-alpha rounded-lg shadow-xl">
|
||||
<slot/>
|
||||
</nav>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user