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>
|
<section>
|
||||||
<aside
|
<aside
|
||||||
class={cn(
|
class={cn(
|
||||||
"fixed left-0 h-[calc(100vh-5.4rem)]",
|
"fixed left-0 h-[calc(100vh-5rem)]",
|
||||||
"overflow-x-hidden",
|
"overflow-x-hidden",
|
||||||
"w-54 pr-2 pl-3",
|
"w-54 pr-2 pl-3",
|
||||||
"flex flex-col space-y-3",
|
"flex flex-col space-y-3",
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class={cn(
|
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,
|
contentCardClass,
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user