UX: Fix jump-to-post layout on mobile (#13443)

This commit is contained in:
Penar Musaraj 2021-06-18 16:37:17 -04:00 committed by GitHub
parent fcc02412c0
commit 497aae062a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {