fixed padding in chat list

main
psychobunny 10 years ago
parent e8198bd8f0
commit 01265bd152

@ -45,6 +45,7 @@
li { li {
width: auto; width: auto;
padding: 0;
&.unread { &.unread {
background-color: inherit; background-color: inherit;
@ -66,7 +67,8 @@
color: white; color: white;
i { i {
left: 42px; left: 44px;
top: 9px;
} }
} }
} }

Loading…
Cancel
Save