fixed notif dropdown

main
Julian Lam 9 years ago
parent 8e4e87a669
commit 192eecac40

@ -15,9 +15,11 @@
padding: 0.5em;
clear: both;
img {
max-width: 32px;
max-height: 32px;
img, .user-icon {
width: 32px;
height: 32px;
line-height: 32px;
font-size: 1.5rem;
float: left;
border-radius: 50%;
}

@ -2,6 +2,8 @@
.user-img {
width: 24px;
height: 24px;
line-height: 24px;
font-size: 1.5rem;
border-radius: 50%;
}
}

@ -10,7 +10,7 @@
<a href="{config.relative_path}/user/{notifications.user.userslug}"><img src="{notifications.image}" /></a>
<!-- ENDIF notifications.from -->
<!-- ELSE -->
<img src="{notifications.image}" />
<div class="user-icon" style="background-color: {notifications.user.icon:bgColor};">{notifications.user.icon:text}</div>
<!-- ENDIF notifications.image -->
<div class="pull-right mark-read" aria-label="Mark Read"></div>

Loading…
Cancel
Save