fix: unread icon on taskbar + font sizes

main
psychobunny 5 years ago
parent 7a125a5e52
commit e29a14c9cd

@ -54,7 +54,7 @@
&::after {
content: '\f06e';
font-family: "FontAwesome";
font-size: .75em;
font-size: 13px;
background: black;
border-radius: 50%;
color: white;
@ -66,14 +66,22 @@
}
}
&.new a::after {
display: none;
}
a {
padding: 3px 15px;
font-size: 13px;
font-size: 20px;
&.user-icon {
overflow: visible;
}
&:focus, &:hover {
color: @gray-lighter;
}
border-radius: 50%;
height: 50px;
width: 50px;

Loading…
Cancel
Save