From b0c1b2c37f7de1060256d4c6f4b7b3b43ae508aa Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 14 Dec 2022 14:22:19 -0800 Subject: [PATCH] styles: Delete useless rules for stream and topic names. Signed-off-by: Anders Kaseorg --- static/styles/left_sidebar.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/static/styles/left_sidebar.css b/static/styles/left_sidebar.css index 1bfac1d7cf..04aa73828b 100644 --- a/static/styles/left_sidebar.css +++ b/static/styles/left_sidebar.css @@ -136,27 +136,16 @@ li.show-more-topics { } .subscription_block { - padding: 0; margin-right: 25px; margin-left: $far_left_gutter_size; display: flex; - justify-content: space-between; align-items: center; white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; - - &::after { - content: ""; - display: block; - clear: both; - } .stream-name { flex: auto; overflow-x: clip; text-overflow: ellipsis; - position: relative; min-width: 0; padding-right: 2px; } @@ -571,7 +560,6 @@ li.topic-list-item { .pm-box, .topic-box { display: flex; - justify-content: center; padding-top: 1px; cursor: pointer; align-items: center;