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