stream_sidebar_row: Show full stream name on hover.

This will help users see the full stream name for truncated
stream names in the left sidebar more easily.
This commit is contained in:
Aman Agrawal 2021-01-02 03:04:55 +00:00 committed by Tim Abbott
parent e566e985e4
commit 42dfd98607

View File

@ -8,7 +8,7 @@
{{> stream_privacy }}
</span>
<a href="{{uri}}" class="stream-name">{{name}}</a>
<a href="{{uri}}" title="{{name}}" class="stream-name">{{name}}</a>
<div class="count"><div class="value"></div></div>
</div>