mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -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))
|
drawing-tool (:tool (mf/deref refs/workspace-drawing))
|
||||||
expanded (mf/deref refs/inspect-expanded)]
|
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
|
[:div.settings-bar-inside
|
||||||
(cond
|
(cond
|
||||||
(= drawing-tool :comments)
|
(= drawing-tool :comments)
|
||||||
|
|
Loading…
Add table
Reference in a new issue