Topic meta-data flexbox fixes (#6263)

Topic meta-data flexbox fixes
This commit is contained in:
Joe 2018-08-13 13:29:46 +08:00 committed by GitHub
parent 83fd308963
commit 7e68062a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -140,10 +140,12 @@
}
.clearfix > .topic-meta-data > .names {
span.user-title {
background-color: dark-light-choose($highlight-low, $highlight-medium);
color: dark-light-choose($primary-high, $secondary-low);
padding-left: 4px;
padding-right: 4px;
a {
background-color: dark-light-choose($highlight-low, $highlight-medium);
padding-left: 4px;
padding-right: 4px;
}
}
}
}

View File

@ -442,7 +442,7 @@ span.highlighted {
}
.user-title {
order: 4;
margin-right: auto;
flex-basis: 100%;
}
span {
margin-right: 4px;
@ -456,7 +456,6 @@ span.highlighted {
.user-title {
color: #aaa;
padding-top: 2px;
overflow: hidden;
margin-right: 50px;
}