UX: fix mobile timeline footer button positioning (#23470)

This commit is contained in:
Kris 2023-09-07 18:26:35 -04:00 committed by GitHub
parent 4ed0ab79f6
commit a35842e369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 11 deletions

View File

@ -26,6 +26,8 @@
.topic-timeline { .topic-timeline {
.timeline-footer-controls { .timeline-footer-controls {
display: flex; display: flex;
flex-wrap: wrap;
max-width: calc(100% - 9em); // 9em is the width of the timeline
} }
} }
.timeline-controls { .timeline-controls {
@ -114,14 +116,6 @@
bottom: 20px; bottom: 20px;
left: 10px; left: 10px;
.topic-notifications-button {
margin-right: 0.5em;
}
.jump-to-post {
margin-bottom: 0.5em;
}
.topic-admin-menu-button-container { .topic-admin-menu-button-container {
display: flex; display: flex;
} }
@ -207,9 +201,6 @@
margin-right: 0; margin-right: 0;
} }
} }
.show-summary {
margin-bottom: 0.5em;
}
.start-date { .start-date {
color: var(--primary-med-or-secondary-med); color: var(--primary-med-or-secondary-med);