Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 84d99dd

Browse files
committed
remove padding for BaseCard button
this fixes the margin for the number of ppl in a room
1 parent b161586 commit 84d99dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

res/css/views/right_panel/_BaseCard.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ limitations under the License.
9999
}
100100

101101
.mx_BaseCard_Button {
102-
padding: 10px 32px 10px 12px;
102+
padding: 10px 10px 10px 12px;
103103
margin: 0;
104104
position: relative;
105105
font-size: $font-13px;

res/css/views/right_panel/_RoomSummaryCard.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ limitations under the License.
201201
mask-image: url('$(res)/img/element-icons/room/ellipsis.svg');
202202
}
203203
&.mx_RoomSummaryCard_maximised_widget {
204-
right: 54px; //2*24 + 8
204+
right: 56px; //2*24 + 8
205205
}
206206
}
207207

0 commit comments

Comments
 (0)