feature: circle-profile + user-thumb update
This commit is contained in:
@ -63,15 +63,33 @@
|
||||
&::before {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
&.top-align::before {
|
||||
vertical-align: super;
|
||||
margin-top: -10px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.tag {
|
||||
margin-top: -19px;
|
||||
}
|
||||
}
|
||||
|
||||
.user-thumb-content__sub-text {
|
||||
.user-thumb-content__sub-text{
|
||||
display: flex;
|
||||
font-size: 12px;
|
||||
|
||||
&::before {
|
||||
content: "@";
|
||||
&.username {
|
||||
font-size: 12px;
|
||||
|
||||
&::before {
|
||||
content: "@";
|
||||
}
|
||||
}
|
||||
&.community {
|
||||
.icon::before {
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
.tag {
|
||||
.tag:not(:empty) {
|
||||
cursor: pointer;
|
||||
height: 17px;
|
||||
font-size: 12px;
|
||||
|
Reference in New Issue
Block a user