UI: improve styling, esp for standalone privacyPage

This commit is contained in:
Pieter Vander Vennet 2025-02-08 01:26:52 +01:00
parent aead4c4809
commit d5ccd42cfd
6 changed files with 4341 additions and 3999 deletions

View file

@ -1,7 +1,14 @@
<div class="flex h-full flex-col">
<h2 class="low-interaction m-0 flex items-center p-4 drop-shadow-md">
<slot name="title" />
</h2>
<div class="low-interaction flex items-center justify-between p-4 drop-shadow-md">
<div class="flex gap-x-2">
<slot name="title-start" />
<h2 class="m-0">
<slot name="title" />
</h2>
</div>
<slot name="title-end" />
</div>
<div class="flex h-full flex-col overflow-auto border-b-2 p-4">
<slot />