mirror of
https://github.com/penpot/penpot.git
synced 2025-07-31 02:08:29 +02:00
🐛 Fix tooltips of alignment options
This commit is contained in:
parent
beb6048bf9
commit
778bfbab59
2 changed files with 20 additions and 17 deletions
|
@ -43,7 +43,7 @@
|
|||
|
||||
[:div.align-options
|
||||
[:div.align-group
|
||||
[:div.align-button.tooltip.tooltip-bottom
|
||||
[:div.align-button.tooltip.tooltip-bottom-right
|
||||
{:alt (t locale "workspace.align.hleft")
|
||||
:class (when disabled "disabled")
|
||||
:on-click #(on-align-button-clicked :hleft)}
|
||||
|
@ -86,7 +86,7 @@
|
|||
:on-click #(on-align-button-clicked :vbottom)}
|
||||
i/shape-valign-bottom]
|
||||
|
||||
[:div.align-button.tooltip.tooltip-bottom
|
||||
[:div.align-button.tooltip.tooltip-bottom-left
|
||||
{:alt (t locale "workspace.align.vdistribute")
|
||||
:class (when disabled-distribute "disabled")
|
||||
:on-click #(on-distribute-button-clicked :vertical)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue