mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
0b34d5ac6c
A follow-up to #15117 and #15141. Applies the previous changes to PM-specific fields, makes the preview area take the all the available height of the composer, and unifies more spacing between composer elements.
27 lines
499 B
SCSS
27 lines
499 B
SCSS
.select-kit {
|
|
&.dropdown-select-box {
|
|
&.composer-actions {
|
|
margin: 0;
|
|
.select-kit-header {
|
|
background: none;
|
|
outline: none;
|
|
padding: 0;
|
|
margin-right: 8px;
|
|
border: 1px solid var(--primary-medium);
|
|
min-height: unset;
|
|
|
|
.d-icon {
|
|
padding: 5px 6px;
|
|
}
|
|
&:hover,
|
|
&:focus {
|
|
background: var(--primary-low);
|
|
}
|
|
}
|
|
.d-icon {
|
|
margin: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|