UX: adjust mobile to avoid progress bar jitter (#30591)

This commit is contained in:
Kris 2025-01-06 17:57:24 -05:00 committed by GitHub
parent 210559edc8
commit f0ac25cf35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,14 @@
.container.posts .topic-navigation { .container.posts {
display: flex; grid-template-areas: "posts";
justify-content: flex-end; .topic-navigation {
align-items: center; display: flex;
justify-content: flex-end;
align-items: center;
grid-area: posts;
grid-row: 3;
}
} }
html:not(.anon) #topic-footer-buttons { html:not(.anon) #topic-footer-buttons {
.topic-footer-main-buttons { .topic-footer-main-buttons {
width: 100%; width: 100%;