mirror of https://github.com/zulip/zulip.git
popovers: Add header to stream list in profile popover.
This commit is contained in:
parent
f41692d032
commit
995048c4bc
|
@ -369,6 +369,12 @@ ul {
|
|||
}
|
||||
}
|
||||
|
||||
.stream-list-header {
|
||||
margin: 0;
|
||||
display: inline-block;
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
.subscription-group-list,
|
||||
.subscription-stream-list {
|
||||
position: relative;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue