mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 00:16:11 +02:00
🐛 Fix style issue with focus mode
This commit is contained in:
parent
32d61eaf70
commit
74d195c745
2 changed files with 17 additions and 10 deletions
|
@ -498,11 +498,9 @@
|
|||
[:div#layers.tool-window
|
||||
(if (d/not-empty? focus)
|
||||
[:div.tool-window-bar
|
||||
[:div.focus-title
|
||||
[:button.back-button
|
||||
{:on-click #(st/emit! (dw/toggle-focus-mode))}
|
||||
i/arrow-slide]
|
||||
[:span (or title (tr "workspace.focus.selection"))]
|
||||
[:div.focus-title {:on-click #(st/emit! (dw/toggle-focus-mode))}
|
||||
[:button.back-button i/arrow-slide]
|
||||
[:div.focus-name (or title (tr "workspace.focus.selection"))]
|
||||
[:div.focus-mode (tr "workspace.focus.focus-mode")]]]
|
||||
|
||||
filter-component)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue