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:
Martin Brennan
2021-03-03 13:33:47 +10:00
committed by GitHub
parent 31fab3f84d
commit 8d38438725
6 changed files with 64 additions and 50 deletions

View File

@@ -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;
}
}
}
}