mirror of
https://github.com/penpot/penpot.git
synced 2025-06-13 21:41:37 +02:00
✨ Fixed tab space
This commit is contained in:
parent
2a4573842d
commit
9681a4b32e
2 changed files with 227 additions and 218 deletions
|
@ -293,6 +293,10 @@
|
|||
border-radius: $br-small;
|
||||
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
|
||||
|
||||
.presets {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 0;
|
||||
border-color: $color-gray-20;
|
||||
|
@ -461,7 +465,12 @@
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.presets {
|
||||
.custom-select-dropdown {
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
.row-flex.align-icons {
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
[:div.element-set-content
|
||||
|
||||
[:div.row-flex
|
||||
[:div.custom-select.flex-grow {:on-click #(reset! show-presets-dropdown? true)}
|
||||
[:div.presets.custom-select.flex-grow {:on-click #(reset! show-presets-dropdown? true)}
|
||||
[:span (tr "workspace.options.size-presets")]
|
||||
[:span.dropdown-button i/arrow-down]
|
||||
[:& dropdown {:show @show-presets-dropdown?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue