From 0671a95cd6de43b6ddb753242bcbf1a11384b891 Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Tue, 13 Dec 2022 12:01:48 +0100 Subject: [PATCH] FIX: GitHub onebox ellipsis styling regressed in 9d03f20 (#19441) --- .../stylesheets/common/base/_topic-list.scss | 25 +++++++++++-------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index 99637d99728..2aa063297ad 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -81,17 +81,6 @@ } } -.show-more { - width: 100%; - z-index: z("base"); - position: absolute; - top: 0; - .alert { - margin: 0; - padding: 1.1em 2em 1.1em 0.65em; - } -} - .category-heading { max-width: 100%; p { @@ -353,9 +342,11 @@ #list-area { margin-bottom: 100px; + .empty-topic-list { padding: 10px; } + .unseen { background-color: transparent; padding: 0; @@ -364,6 +355,18 @@ font-size: var(--font-0); cursor: default; } + + .show-more { + width: 100%; + z-index: z("base"); + position: absolute; + top: 0; + + .alert { + margin: 0; + padding: 1.1em 2em 1.1em 0.65em; + } + } } .topic-list {