psychobunny 5 years ago
parent 52bda3b650
commit 7a125a5e52

@ -57,11 +57,12 @@
font-size: .75em; font-size: .75em;
background: black; background: black;
border-radius: 50%; border-radius: 50%;
padding: 0.5em;
color: white; color: white;
position: relative; position: absolute;
top: -100%; top: 0;
right: -100%; right: 0;
width: 20px;
height: 20px;
} }
} }
@ -69,6 +70,10 @@
padding: 3px 15px; padding: 3px 15px;
font-size: 13px; font-size: 13px;
&.user-icon {
overflow: visible;
}
border-radius: 50%; border-radius: 50%;
height: 50px; height: 50px;
width: 50px; width: 50px;

Loading…
Cancel
Save