mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 04:49:03 -05:00
🐛 Fix right sidebar style
This commit is contained in:
parent
296b6c646e
commit
c9dbeec689
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
drawing-tool (:tool (mf/deref refs/workspace-drawing))
|
||||
expanded (mf/deref refs/inspect-expanded)]
|
||||
|
||||
[:aside.settings-bar {:class (when expanded "expanded")}
|
||||
[:aside.settings-bar.settings-bar-right {:class (when expanded "expanded")}
|
||||
[:div.settings-bar-inside
|
||||
(cond
|
||||
(= drawing-tool :comments)
|
||||
|
|
Loading…
Add table
Reference in a new issue