mirror of https://github.com/zulip/zulip.git
CSS: Fix alignment of private and web-public streams in profile modal.
This commit is contained in:
parent
6c7526002f
commit
5dfd11673a
|
@ -367,6 +367,14 @@ ul {
|
|||
.stream_list_info {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.stream-privacy {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.filter-icon i {
|
||||
padding-right: 3px;
|
||||
}
|
||||
}
|
||||
.stream-list-top-section {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue