mobile chats counter

main
psychobunny 10 years ago
parent 7a2fe2cb3f
commit d13361b57c

@ -74,7 +74,9 @@
}
}
.notification-icon {
.notification-icon, .chat-icon {
font-style: normal;
&:after {
left: 5px;
top: -1px;

@ -64,7 +64,10 @@
</section>
<section class="menu-section" data-section="chats">
<h3 class="menu-section-title">[[global:header.chats]]</h3>
<h3 class="menu-section-title">
[[global:header.chats]]
<i class="chat-icon" component="chat/icon" data-content="0"></i>
</h3>
<ul class="menu-section-list chat-list"></ul>
</section>
<!-- ENDIF loggedIn -->

Loading…
Cancel
Save