mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 03:36:10 +02:00
💄 Add new actions icon
This commit is contained in:
parent
0c49ed1fec
commit
ee7248204f
2 changed files with 6 additions and 4 deletions
|
@ -276,11 +276,13 @@
|
|||
:on-zoom-to-100 (st/emitf dv/reset-zoom)
|
||||
:on-zoom-to-200 (st/emitf dv/zoom-to-200)}]
|
||||
|
||||
[:span.btn-icon-dark.btn-small.tooltip.tooltip-bottom-left
|
||||
[:span.btn-icon-basic.btn-small.tooltip.tooltip-bottom-left
|
||||
{:alt (t locale "viewer.header.fullscreen")
|
||||
:on-click #(if @fullscreen (fullscreen false) (fullscreen true))}
|
||||
(if @fullscreen
|
||||
i/full-screen-off
|
||||
i/full-screen)]
|
||||
]]))
|
||||
|
||||
[:span.btn-icon-dark.btn-small
|
||||
i/actions]]]))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue