From cb5c524067126d7348d0dd620767206c90bafae4 Mon Sep 17 00:00:00 2001 From: Germain Date: Tue, 5 Apr 2022 18:07:34 +0100 Subject: [PATCH] Threads appearance tweaks (#8233) --- res/css/views/right_panel/_ThreadPanel.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/res/css/views/right_panel/_ThreadPanel.scss b/res/css/views/right_panel/_ThreadPanel.scss index 37cabe5e08..cb77f365b8 100644 --- a/res/css/views/right_panel/_ThreadPanel.scss +++ b/res/css/views/right_panel/_ThreadPanel.scss @@ -20,6 +20,10 @@ limitations under the License. height: 100px; overflow: visible; + &.mx_BaseCard { + padding-right: 0; + } + .mx_BaseCard_header { margin-bottom: 12px; @@ -128,6 +132,7 @@ limitations under the License. .mx_RoomView_MessageList { padding-left: 12px; padding-right: 0; + content-visibility: visible; } .mx_EventTile, @@ -236,6 +241,7 @@ limitations under the License. gap: 4px; position: relative; top: 2px; + padding-right: 8px; .mx_AccessibleButton_kind_link_inline { color: $secondary-content;