css: Deduplicate some blocks for stream-privacy.

This commit is contained in:
Tim Abbott
2019-03-04 16:05:16 -08:00
parent aaf92a8977
commit 25f6eccc65

View File

@@ -2,17 +2,15 @@
display: none;
}
.hashtag:empty::after,
.stream-privacy {
font-weight: 800;
}
.hashtag:empty::after {
font-size: 18px;
font-weight: 800;
}
.stream-privacy {
font-size: 15px;
font-weight: 800;
min-width: 17px;
}
#stream_filters,
@@ -370,10 +368,6 @@ ul.filters li.out_of_home_view li.muted_topic {
margin-right: 15px;
}
.stream-privacy {
min-width: 17px;
}
ul.topic-list {
list-style-type: none;
font-weight: normal;