From 08672b46caba341c7777b6f0eba2c37fcd2dc5f9 Mon Sep 17 00:00:00 2001 From: awesomerobot Date: Fri, 23 Jul 2021 11:31:34 -0400 Subject: [PATCH] UX: Update style for new PM bubbles, pin older --- .discourse-compatibility | 1 + common/common.scss | 11 +++++++++++ desktop/desktop.scss | 11 +++++++++++ 3 files changed, 23 insertions(+) create mode 100644 .discourse-compatibility diff --git a/.discourse-compatibility b/.discourse-compatibility new file mode 100644 index 0000000..2b7aad5 --- /dev/null +++ b/.discourse-compatibility @@ -0,0 +1 @@ +2.8.0.beta3: 7947c0a702bee2df957b0b8baab3b98eb5d91bda \ No newline at end of file diff --git a/common/common.scss b/common/common.scss index e306c60..1ec6b71 100644 --- a/common/common.scss +++ b/common/common.scss @@ -76,3 +76,14 @@ body textarea { .popup-menu .btn { box-shadow: none; } + +// Personal messages + +.archetype-private_message { + .topic-body { + box-shadow: none; + .cooked { + @include boxShadow; + } + } +} diff --git a/desktop/desktop.scss b/desktop/desktop.scss index a708f63..44d2384 100644 --- a/desktop/desktop.scss +++ b/desktop/desktop.scss @@ -272,3 +272,14 @@ } } } + +// Personal messages + +.archetype-private_message { + .topic-body { + margin-left: -2em; + } + .small-action { + max-width: 758px; + } +}