Improve docked progress position on mobile

This commit is contained in:
awesomerobot 2022-04-11 21:06:59 -04:00 committed by Alan Guo Xiang Tan
parent be4699fc28
commit 264c8f5fd7

View File

@ -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;
}