Move character counter to the options box to match upstream styling
This commit is contained in:
@ -501,12 +501,18 @@
|
||||
background: $simple-background-color;
|
||||
}
|
||||
|
||||
.composer--options {
|
||||
.composer--options-wrapper {
|
||||
padding: 10px;
|
||||
background: darken($simple-background-color, 8%);
|
||||
box-shadow: inset 0 5px 5px rgba($base-shadow-color, 0.05);
|
||||
border-radius: 0 0 4px 4px;
|
||||
height: 27px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.composer--options {
|
||||
display: flex;
|
||||
flex: 0 0 auto;
|
||||
|
||||
& > * {
|
||||
@ -531,6 +537,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.compose--counter-wrapper {
|
||||
align-self: center;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.composer--options--dropdown {
|
||||
&.open {
|
||||
& > .value {
|
||||
|
Reference in New Issue
Block a user