mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 06:09:30 +08:00
UX: post-notice max width on desktop
This commit is contained in:
parent
2434e48d4d
commit
7ff994b6ea
|
@ -871,6 +871,9 @@ a.mention-group {
|
||||||
color: $primary;
|
color: $primary;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
max-width: calc(
|
||||||
|
#{$topic-body-width} + #{$topic-avatar-width} - #{$topic-body-width-padding} + 3px
|
||||||
|
);
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user