From 264c8f5fd7dac3f8acd2e9e2984c149406de8376 Mon Sep 17 00:00:00 2001 From: awesomerobot Date: Mon, 11 Apr 2022 21:06:59 -0400 Subject: [PATCH] Improve docked progress position on mobile --- app/assets/stylesheets/mobile/topic.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/mobile/topic.scss b/app/assets/stylesheets/mobile/topic.scss index 9ad066ee28..09a090494d 100644 --- a/app/assets/stylesheets/mobile/topic.scss +++ b/app/assets/stylesheets/mobile/topic.scss @@ -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; +}