mirror of
https://github.com/penpot/penpot.git
synced 2025-12-23 22:48:40 -05:00
🐛 Fix edit button not centered
This commit is contained in:
@@ -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")]])]))
|
||||
|
||||
|
||||
@@ -192,6 +192,10 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.edit-theme-button {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.resize-area-horiz {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user