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