psychobunny 4 years ago
parent 52bda3b650
commit 7a125a5e52

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

Loading…
Cancel
Save