mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 16:41:37 +02:00
Fix incorrect style for layers tab titles
This commit is contained in:
parent
fb4ee4a355
commit
6e73e7cc71
3 changed files with 16 additions and 1 deletions
|
@ -270,7 +270,7 @@
|
|||
[:div#sitemap.tool-window {:ref parent-ref
|
||||
:style #js {"--height" (str size "px")}}
|
||||
[:div.tool-window-bar
|
||||
[:span (tr "workspace.sidebar.sitemap")]
|
||||
[:span.pages-title (tr "workspace.sidebar.sitemap")]
|
||||
(if workspace-read-only?
|
||||
[:div.view-only-mode (tr "labels.view-only")]
|
||||
[:div.add-page {:on-click create} i/close])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue