1
Fork 0
tildes-reextended/source/scss/scripts/_show-topic-author.scss

9 lines
283 B
SCSS
Raw Normal View History

.topic[data-trx-show-topic-author] .topic-info-source {
.topic-icon {
// Instead of adding a margin-right to the user link we add it to the topic
// favicon so when there are user labels the margin still spaces things out
// as intended.
margin-left: 0.2rem;
}
}