From 847e1db7fbe9886de7f9059079feadc0395cfe88 Mon Sep 17 00:00:00 2001 From: Meghna <11170663+MeghnaAJ@users.noreply.github.com> Date: Fri, 30 Sep 2022 07:34:54 +0530 Subject: [PATCH] UX: move dismiss button on the bottom to the right of the footer message (#18424) --- app/assets/stylesheets/desktop/topic-list.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index 8587b1b278c..e516d09ec05 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -137,6 +137,12 @@ .topic-list-bottom { margin: 20px 0; + .footer-message { + padding-top: 4px; + } + .dismiss-container-bottom { + float: right; + } } // Misc. stuff