UX: staff notice should utilize full post width (#17346)

This commit is contained in:
Kris 2022-07-05 15:49:47 -04:00 committed by GitHub
parent 371bbadb92
commit 7711d140da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1437,6 +1437,7 @@ a.mention-group {
background-color: var(--tertiary-low);
border-top: 1px solid var(--primary-low);
display: flex;
width: 100%;
max-width: calc(
#{$topic-body-width} + (#{$topic-body-width-padding} * 2) + #{$topic-avatar-width} -
(0.8em * 2)