0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-20 05:34:23 -05:00

🐛 Fix edit button not centered

This commit is contained in:
Andrés Moya 2024-11-12 15:45:37 +01:00 committed by Andrés Moya
parent 43b90e764d
commit 2a8ea8db62
2 changed files with 5 additions and 0 deletions

View file

@ -195,6 +195,7 @@
[:div {:class (stl/css :theme-select-wrapper)}
[:& theme-select]
[:> button* {:variant "secondary"
:class (stl/css :edit-theme-button)
:on-click open-modal}
(tr "labels.edit")]])]))

View file

@ -192,6 +192,10 @@
cursor: pointer;
}
.edit-theme-button {
justify-content: center;
}
.resize-area-horiz {
position: absolute;
left: 0;