From ea0434b426216eb0ccc176d106de0fda893956f6 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Sat, 2 May 2020 11:09:51 -0400 Subject: [PATCH] fix(style): del round corners of immersive message --- include/style/article.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/style/article.styl b/include/style/article.styl index 9638f07..6de68f7 100644 --- a/include/style/article.styl +++ b/include/style/article.styl @@ -62,10 +62,10 @@ article margin-left: .5em .message.message-immersive + border-radius: 0 margin: 0 0-($card-content-padding) $card-content-padding 0-($card-content-padding) .message-body border: none - border-radius: 0 .rtl direction: rtl