mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 04:03:57 -06:00
Improve docked progress position on mobile
This commit is contained in:
parent
be4699fc28
commit
264c8f5fd7
@ -155,3 +155,9 @@ sub sub {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.container.posts .topic-navigation {
|
||||
// better positioning for the docked progress bar on large screens using mobile view
|
||||
grid-area: posts;
|
||||
grid-row: 2;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user