mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 09:43:44 +08:00
00209f03e6
This change will allow admins to configure file sizes in mb instead of having to convert to kb. Co-authored-by: Ella <ella.estigoy@gmail.com>
16 lines
191 B
SCSS
16 lines
191 B
SCSS
.file-size-picker {
|
|
display: flex;
|
|
|
|
.file-size-input {
|
|
flex: 1;
|
|
}
|
|
|
|
.file-size-unit-selector {
|
|
flex: 0 0 8em;
|
|
}
|
|
|
|
.select-kit .select-kit-header {
|
|
border-left: 0;
|
|
}
|
|
}
|