UX: Update style for new PM bubbles, pin older (#22)

This commit is contained in:
Kris 2021-07-23 11:33:40 -04:00 committed by GitHub
parent 7947c0a702
commit f70c5c96fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 0 deletions

1
.discourse-compatibility Normal file
View File

@ -0,0 +1 @@
2.8.0.beta3: 7947c0a702bee2df957b0b8baab3b98eb5d91bda

View File

@ -76,3 +76,14 @@ body textarea {
.popup-menu .btn { .popup-menu .btn {
box-shadow: none; box-shadow: none;
} }
// Personal messages
.archetype-private_message {
.topic-body {
box-shadow: none;
.cooked {
@include boxShadow;
}
}
}

View File

@ -272,3 +272,14 @@
} }
} }
} }
// Personal messages
.archetype-private_message {
.topic-body {
margin-left: -2em;
}
.small-action {
max-width: 758px;
}
}