Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UX: pretty up staff color block margins #17365

Closed
wants to merge 11 commits into from
3 changes: 3 additions & 0 deletions app/assets/stylesheets/desktop/topic-post.scss
Expand Up @@ -485,6 +485,9 @@ blockquote {
a.expand-hidden {
padding-left: $topic-body-width-padding;
}
.moderator .regular {
margin-left: 8px;
}
}

.topic-avatar {
Expand Down
6 changes: 6 additions & 0 deletions app/assets/stylesheets/mobile/topic-post.scss
Expand Up @@ -430,3 +430,9 @@ span.highlighted {
opacity: 100%;
margin-bottom: 1rem;
}

// fix staff color margins
.moderator .regular>.cooked {
chapoi marked this conversation as resolved.
Show resolved Hide resolved
padding-top: 1em;
padding-left: 1em;
}
chapoi marked this conversation as resolved.
Show resolved Hide resolved