From 36ad653fa9e2a79b94f01ec573cc724455a412a4 Mon Sep 17 00:00:00 2001 From: Meghna <11170663+MeghnaAJ@users.noreply.github.com> Date: Fri, 3 Mar 2023 11:16:25 +0530 Subject: [PATCH] UX: fix banner overlapping issue at breakpoint of around 1260px width (#20463) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There seems to be a breakpoint around 1260px width. When the window is narrower than that breakpoint, the “new or updated topics” banner seems to overlap the list below it. --- app/assets/stylesheets/desktop/topic-list.scss | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index 1ccceece616..24f5ad46aa8 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -227,17 +227,6 @@ } } -@include breakpoint(large, $sidebar: true) { - .topic-list { - .topic-list-item .topic-list-data:first-of-type { - padding: 0.8em 0.33em; - } - .topic-list-data { - padding: 0.33em; - } - } -} - @include breakpoint(medium) { .nav-pills { > li > a {