Merge pull request #1072 from Fmstrat/badge

Show badges for mobile (Revert of #581).
update-travis
Lorenz Hübschle-Schneider 6 years ago committed by GitHub
commit a3207d6a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      css/glowingbear.css
  2. 4
      index.html

@ -811,17 +811,17 @@ img.emojione {
text-align: center; text-align: center;
font-size: 18px; font-size: 18px;
width: initial; width: initial;
z-index: -1;
} }
#topbar .brand img { #topbar .brand a {
height: 28px; padding: 0 2px 0 10px;
} }
#topbar .badge { #topbar .brand img {
display: none; height: 28px;
} }
#bufferlines, #nicklist { #bufferlines, #nicklist {
position: relative; position: relative;
min-height: 0; min-height: 0;

@ -255,8 +255,8 @@ npm run build-electron-{windows, darwin, linux}</pre>
</div> </div>
<div class="content" id="content" sidebar-state="visible" ng-show="connected" ng-cloak> <div class="content" id="content" sidebar-state="visible" ng-show="connected" ng-cloak>
<div id="topbar"> <div id="topbar">
<div class="brand"> <div class="brand" ng-click="toggleSidebar()">
<a href="#" ng-click="toggleSidebar()"> <a href="#">
<img alt="brand" src="assets/img/favicon.png" title="Connected to {{ settings.host }}:{{ settings.port}}"> <img alt="brand" src="assets/img/favicon.png" title="Connected to {{ settings.host }}:{{ settings.port}}">
</a> </a>
<span class="badge" ng-show="unread > 0">{{unread}}</span> <span class="badge" ng-show="unread > 0">{{unread}}</span>

Loading…
Cancel
Save