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 {
|
||||
grid-template-areas: "posts";
|
||||
.topic-navigation {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
grid-area: posts;
|
||||
grid-row: 3;
|
||||
}
|
||||
}
|
||||
|
||||
html:not(.anon) #topic-footer-buttons {
|
||||
.topic-footer-main-buttons {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue
Block a user