UX: fix mobile timeline footer button positioning (#23470)
This commit is contained in:
parent
4ed0ab79f6
commit
a35842e369
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue