mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🛠️ Adjust height in sidebar and pageCard components
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user