fix: sidebar dimension changing when opening download bar; workflow added settings.json to share with VS Code users
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
<aside
|
||||
id="sidebar"
|
||||
class="top-0 left-0 flex flex-col h-screen bg-panels-bg text-foreground"
|
||||
:class="{ 'w-12': isSlim, 'w-64': !isSlim }"
|
||||
:class="{ 'w-12': isSlim }"
|
||||
:style="{ minWidth: isSlim ? null : '14rem' }"
|
||||
role="navigation"
|
||||
aria-label="sidebar"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user