💄 Improve style around tags
This commit is contained in:
parent
51f8eda19a
commit
928734b8e4
1 changed files with 8 additions and 1 deletions
|
@ -211,7 +211,6 @@ $gray: #919EB1;
|
||||||
.avatar{
|
.avatar{
|
||||||
max-height: 45px;
|
max-height: 45px;
|
||||||
float: left;
|
float: left;
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro{
|
.intro{
|
||||||
|
@ -225,11 +224,17 @@ $gray: #919EB1;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div:nth-child(2) {
|
||||||
|
word-break: break-all;
|
||||||
|
line-height: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
.tag{
|
.tag{
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
color: #6c757d!important;
|
color: #6c757d!important;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
&::before{
|
&::before{
|
||||||
content:"#";
|
content:"#";
|
||||||
|
@ -237,6 +242,8 @@ $gray: #919EB1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
/* END - user name, avatar & tags */
|
/* END - user name, avatar & tags */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue