mirror of
https://github.com/discourse/discourse.git
synced 2025-01-16 05:42:41 +08:00
UX: adjust mobile to avoid progress bar jitter (#30591)
This commit is contained in:
parent
210559edc8
commit
f0ac25cf35
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user