mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-03 21:08:18 +00:00
Fix displayed ordering of keyboard shortcuts
This commit is contained in:
parent
96e52c18eb
commit
4405e01f55
7 changed files with 57 additions and 38 deletions
|
@ -150,13 +150,24 @@
|
|||
<style lang="scss" global>
|
||||
.user-input-label {
|
||||
flex: 0 0 auto;
|
||||
height: 100%;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
|
||||
&.text-only {
|
||||
.input-key + .input-key::before {
|
||||
content: "+";
|
||||
display: flex;
|
||||
|
||||
.input-key {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.icon-label {
|
||||
margin: calc(calc(18px - 12px) / 2) 0;
|
||||
}
|
||||
|
||||
& + .input-key::before {
|
||||
line-height: 18px;
|
||||
content: "+";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue