styles: Delete useless rules for stream and topic names.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-12-14 14:22:19 -08:00 committed by Tim Abbott
parent 34306ba1f3
commit b0c1b2c37f
1 changed files with 0 additions and 12 deletions

View File

@ -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;