UX: improve spacing on composer controls
This commit is contained in:
parent
a82dfbd2dc
commit
0b4edfc7d6
|
@ -144,10 +144,13 @@
|
|||
}
|
||||
}
|
||||
.composer-controls {
|
||||
display: flex;
|
||||
margin-left: auto;
|
||||
margin-right: -5px;
|
||||
button {
|
||||
padding: 0 2px;
|
||||
padding: 5px 7px;
|
||||
&.toggler {
|
||||
order: 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,15 +7,17 @@
|
|||
outline: none;
|
||||
padding: 0;
|
||||
margin-right: 5px;
|
||||
|
||||
border: 1px solid $primary-low;
|
||||
min-height: unset;
|
||||
.d-icon {
|
||||
padding: 5px 6px;
|
||||
}
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: $primary-low;
|
||||
}
|
||||
}
|
||||
.d-icon {
|
||||
border: 1px solid $primary-low;
|
||||
padding: 4px 5px;
|
||||
margin: 0 !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
justify-content: center;
|
||||
-ms-flex-item-align: start;
|
||||
align-self: flex-start;
|
||||
margin-right: 10px;
|
||||
margin-right: 0.357em;
|
||||
margin-top: 2px;
|
||||
width: 30px;
|
||||
|
||||
|
|
Loading…
Reference in New Issue