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