🛠️ Adjust height in sidebar and pageCard components

This commit is contained in:
pheralb
2025-09-04 18:56:57 +01:00
parent aa87b899a6
commit 6ffc890a15
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<section>
<aside
class={cn(
"fixed left-0 h-[calc(100vh-5.4rem)]",
"fixed left-0 h-[calc(100vh-5rem)]",
"overflow-x-hidden",
"w-54 pr-2 pl-3",
"flex flex-col space-y-3",
+1 -1
View File
@@ -21,7 +21,7 @@
>
<div
class={cn(
"max-h-[calc(100vh-8.6rem)] min-h-[calc(100vh-8.6rem)] overflow-y-auto",
"max-h-[calc(100vh-8.2rem)] min-h-[calc(100vh-8.2rem)] overflow-y-auto",
contentCardClass,
)}
>