Make badge on mobile clickable and move it closer to the bear icon
This commit is contained in:
parent
14851e4aa1
commit
fbb382e835
@ -811,6 +811,11 @@ img.emojione {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
width: initial;
|
width: initial;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#topbar .brand a {
|
||||||
|
padding: 0 2px 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#topbar .brand img {
|
#topbar .brand img {
|
||||||
|
@ -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…
Reference in New Issue
Block a user