mirror of
https://github.com/penpot/penpot.git
synced 2025-06-17 10:02:18 +02:00
💄 Assets tab visual adjustments
This commit is contained in:
parent
e1507755ba
commit
453c576fdd
25 changed files with 28 additions and 98 deletions
|
@ -77,12 +77,14 @@
|
|||
|
||||
(if local?
|
||||
[:*
|
||||
[:span.library-title file-name " (" (tr "workspace.assets.local-library") ")"]
|
||||
[:span.library-title (tr "workspace.assets.local-library")]
|
||||
(when shared?
|
||||
[:span.tool-badge (tr "workspace.assets.shared")])]
|
||||
[:span.shared-library {:alt (tr "workspace.assets.shared-library") :title (tr "workspace.assets.shared-library")}
|
||||
i/library]
|
||||
)]
|
||||
[:*
|
||||
[:span.library-title file-name]
|
||||
[:span.tool-link.tooltip.tooltip-left {:alt "Open library file"}
|
||||
[:span.tool-link {:alt (tr "workspace.assets.open-library") :title (tr "workspace.assets.open-library")}
|
||||
[:a {:href (str "#" url)
|
||||
:target "_blank"
|
||||
:on-click dom/stop-propagation}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue