From d136d02f5ecac57280f4353cf09d13a3c0b9e727 Mon Sep 17 00:00:00 2001 From: Nad Chishtie Date: Mon, 13 Jul 2020 21:52:31 +0100 Subject: [PATCH] Stylise right panel as card --- res/css/structures/_RightPanel.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/css/structures/_RightPanel.scss b/res/css/structures/_RightPanel.scss index e43ca44476..1e1d73d7c3 100644 --- a/res/css/structures/_RightPanel.scss +++ b/res/css/structures/_RightPanel.scss @@ -23,6 +23,8 @@ limitations under the License. max-width: 50%; display: flex; flex-direction: column; + border-radius: 8px; + margin: 5px; } .mx_RightPanel_header {