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:
parent
43b90e764d
commit
2a8ea8db62
2 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue