Merge pull request #1072 from Fmstrat/badge
Show badges for mobile (Revert of #581).
This commit is contained in:
commit
a3207d6a31
@ -811,17 +811,17 @@ img.emojione {
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
width: initial;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
#topbar .brand a {
|
||||
padding: 0 2px 0 10px;
|
||||
}
|
||||
|
||||
#topbar .brand img {
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
#topbar .badge {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
#bufferlines, #nicklist {
|
||||
position: relative;
|
||||
min-height: 0;
|
||||
|
@ -255,8 +255,8 @@ npm run build-electron-{windows, darwin, linux}</pre>
|
||||
</div>
|
||||
<div class="content" id="content" sidebar-state="visible" ng-show="connected" ng-cloak>
|
||||
<div id="topbar">
|
||||
<div class="brand">
|
||||
<a href="#" ng-click="toggleSidebar()">
|
||||
<div class="brand" ng-click="toggleSidebar()">
|
||||
<a href="#">
|
||||
<img alt="brand" src="assets/img/favicon.png" title="Connected to {{ settings.host }}:{{ settings.port}}">
|
||||
</a>
|
||||
<span class="badge" ng-show="unread > 0">{{unread}}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user