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 { &:after {
left: 5px; left: 5px;
top: -1px; top: -1px;

@ -64,7 +64,10 @@
</section> </section>
<section class="menu-section" data-section="chats"> <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> <ul class="menu-section-list chat-list"></ul>
</section> </section>
<!-- ENDIF loggedIn --> <!-- ENDIF loggedIn -->

Loading…
Cancel
Save