From 84d99dded6c1ebe86515047194c8be632d462bc7 Mon Sep 17 00:00:00 2001 From: Timo K Date: Tue, 16 Nov 2021 11:14:50 +0100 Subject: [PATCH] remove padding for BaseCard button this fixes the margin for the number of ppl in a room --- res/css/views/right_panel/_BaseCard.scss | 2 +- res/css/views/right_panel/_RoomSummaryCard.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/views/right_panel/_BaseCard.scss b/res/css/views/right_panel/_BaseCard.scss index 646d83ea0b1e..a2d3f5e9528b 100644 --- a/res/css/views/right_panel/_BaseCard.scss +++ b/res/css/views/right_panel/_BaseCard.scss @@ -99,7 +99,7 @@ limitations under the License. } .mx_BaseCard_Button { - padding: 10px 32px 10px 12px; + padding: 10px 10px 10px 12px; margin: 0; position: relative; font-size: $font-13px; diff --git a/res/css/views/right_panel/_RoomSummaryCard.scss b/res/css/views/right_panel/_RoomSummaryCard.scss index 403abbb94999..92c3113346f0 100644 --- a/res/css/views/right_panel/_RoomSummaryCard.scss +++ b/res/css/views/right_panel/_RoomSummaryCard.scss @@ -201,7 +201,7 @@ limitations under the License. mask-image: url('$(res)/img/element-icons/room/ellipsis.svg'); } &.mx_RoomSummaryCard_maximised_widget { - right: 54px; //2*24 + 8 + right: 56px; //2*24 + 8 } }