popovers: Add header to stream list in profile popover.

This commit is contained in:
m-e-l-u-h-a-n 2021-06-30 20:19:06 +05:30 committed by Tim Abbott
parent f41692d032
commit 995048c4bc
2 changed files with 7 additions and 0 deletions

View File

@ -369,6 +369,12 @@ ul {
}
}
.stream-list-header {
margin: 0;
display: inline-block;
font-weight: inherit;
}
.subscription-group-list,
.subscription-stream-list {
position: relative;

View File

@ -65,6 +65,7 @@
</div>
<div class="tabcontent" id="streams-tab">
<h3 class="stream-list-header">{{t 'Subscribed streams' }}</h3>
<div class="alert stream_list_info"></div>
<div class="subscription-stream-list">
<table class="user-stream-list" data-empty="{{t 'No stream subscriptions.'}}"></table>