Improve UiDrawer styling and viewport calculations

This commit is contained in:
2025-11-08 23:14:12 +01:00
parent af61972342
commit 7d1f346c4b
3 changed files with 4 additions and 8 deletions

View File

@ -8,7 +8,7 @@
description="Workspaces"
>
<template #content>
<div class="pl-8 pr-4 h-full overflow-y-auto">
<div class="pl-8 pr-4 overflow-y-auto py-8">
<!-- Workspace Cards -->
<div class="flex flex-col gap-3">
<HaexWorkspaceCard

View File

@ -3,7 +3,7 @@
v-bind="$attrs"
:ui="{
content:
'pb-[env(safe-area-inset-bottom)] pt-[env(safe-area-inset-top)] w-dvw max-w-md sm:max-w-fit',
'pb-[env(safe-area-inset-bottom)] pt-[env(safe-area-inset-top)] ',
...(ui || {}),
}"
>