mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-30 21:25:08 +01:00
fix(desktop): sidebar collapsed width
This commit is contained in:
@@ -16,7 +16,7 @@ export default function Layout(props: ParentProps) {
|
|||||||
<div class="h-[calc(100vh-0rem)] flex">
|
<div class="h-[calc(100vh-0rem)] flex">
|
||||||
<div
|
<div
|
||||||
classList={{
|
classList={{
|
||||||
"@container w-16 pb-4 shrink-0 bg-background-weak": true,
|
"@container w-14 pb-4 shrink-0 bg-background-weak": true,
|
||||||
"flex flex-col items-start self-stretch justify-between": true,
|
"flex flex-col items-start self-stretch justify-between": true,
|
||||||
"border-r border-border-weak-base": true,
|
"border-r border-border-weak-base": true,
|
||||||
"w-70": local.layout.sidebar.opened(),
|
"w-70": local.layout.sidebar.opened(),
|
||||||
|
|||||||
Reference in New Issue
Block a user