UI improvements 2

This commit is contained in:
Čarodej
2022-01-03 17:27:39 +01:00
parent 09d8b84870
commit 3b4085f0ca
18 changed files with 218 additions and 226 deletions

View File

@@ -6,7 +6,7 @@
{{ description }}
</small>
</div>
<div v-if="$slots.default" class="bg-theme-200 inline-block px-3 py-1 rounded-lg">
<div v-if="$slots.default" class="bg-theme-200 inline-block px-3 py-1 rounded-lg relative">
<slot></slot>
</div>
</div>