CSS: Fix alignment of private and web-public streams in profile modal.

This commit is contained in:
m-e-l-u-h-a-n 2021-07-03 00:21:28 +05:30 committed by Tim Abbott
parent 6c7526002f
commit 5dfd11673a
1 changed files with 8 additions and 0 deletions

View File

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