mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 11:03:40 +08:00
UX: Fix jump-to-post layout on mobile (#13443)
This commit is contained in:
parent
fcc02412c0
commit
497aae062a
|
@ -477,12 +477,16 @@
|
|||
}
|
||||
.modal-body {
|
||||
overflow-y: visible;
|
||||
#post-jump,
|
||||
.date-picker {
|
||||
#post-jump {
|
||||
margin: 0;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.date-picker {
|
||||
margin: 0;
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.input-hint-text {
|
||||
color: var(--primary);
|
||||
}
|
||||
|
@ -491,8 +495,13 @@
|
|||
color: var(--primary-medium);
|
||||
}
|
||||
|
||||
.jump-to-date-control .input-hint-text {
|
||||
margin-left: 0;
|
||||
.jump-to-date-control {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.input-hint-text {
|
||||
margin-left: 0;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.separator {
|
||||
|
|
Loading…
Reference in New Issue
Block a user