0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 08:11:30 -05:00

🐛 Change the naming convention of some swap things

This commit is contained in:
Pablo Alba 2024-01-22 14:07:59 +01:00 committed by Andrey Antukh
parent 440983d2b9
commit 3620e6b4d7
2 changed files with 2 additions and 2 deletions

View file

@ -508,7 +508,7 @@
[:div {:class (stl/css :component-name)} (if multi [:div {:class (stl/css :component-name)} (if multi
(tr "settings.multiple") (tr "settings.multiple")
shape-name)] (cfh/last-path shape-name))]
(when show-menu? (when show-menu?
[:div {:class (stl/css :component-actions)} [:div {:class (stl/css :component-actions)}
[:button {:class (stl/css :menu-btn) [:button {:class (stl/css :menu-btn)

View file

@ -40,6 +40,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
color: var(--title-foreground-color); color: var(--title-foreground-color);
margin-right: $s-8;
} }
.component-icon { .component-icon {
@ -65,7 +66,6 @@
.component-parent-name { .component-parent-name {
@include titleTipography; @include titleTipography;
@include textEllipsis; @include textEllipsis;
direction: rtl;
text-align: left; text-align: left;
max-width: 95%; max-width: 95%;
padding-left: $s-36; padding-left: $s-36;