mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Sort topic timer and bookmark time options (#12270)
remove 3 month option for topic timer move relative time input inside the custom date and time shortcut make sure special options are always at the bottom
This commit is contained in:
@@ -34,4 +34,18 @@
|
||||
.date-picker-wrapper {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
&.custom-input-wrap {
|
||||
border-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
&.custom-relative-wrap {
|
||||
.relative-time-picker {
|
||||
display: flex;
|
||||
.select-kit.combo-box {
|
||||
width: 60px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user