fix: unread icon on taskbar + font sizes

main
psychobunny 5 years ago
parent 7a125a5e52
commit e29a14c9cd

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

Loading…
Cancel
Save