fix(desktop): sidebar collapsed width
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run

This commit is contained in:
Adam 2025-11-06 09:56:46 -06:00
parent 81ab127f63
commit 492bf51a0d
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -16,7 +16,7 @@ export default function Layout(props: ParentProps) {
<div class="h-[calc(100vh-0rem)] flex">
<div
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,
"border-r border-border-weak-base": true,
"w-70": local.layout.sidebar.opened(),