fix: consistency

This commit is contained in:
cha0s 2020-06-20 08:19:30 -05:00
parent e36b531343
commit 3488bfc046
2 changed files with 9 additions and 5 deletions

View File

@ -3,9 +3,13 @@
flex-wrap: wrap;
}
.key + .key {
.key {
margin: 0 0.125em 0.125em 0;
&:last-child {
margin-right: 0;
}
select {
border-left: none;
margin: 0;
}
}
@ -16,7 +20,7 @@
.arg {
border: 1px solid rgba(255, 255, 255, 0.1);
display: flex;
margin-left: 2em;
margin-left: 1.5em;
padding: 0.5em;
&:not(:last-of-type) {
border-bottom: none;

View File

@ -7,6 +7,6 @@
align-items: center;
}
.literal select:first-child {
border-right: none;
.literal select {
margin-right: 0.25em;
}