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

Commit cb5c524

Browse files
author
Germain
authored
Threads appearance tweaks (#8233)
1 parent 3cf3eb7 commit cb5c524

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

res/css/views/right_panel/_ThreadPanel.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ limitations under the License.
2020
height: 100px;
2121
overflow: visible;
2222

23+
&.mx_BaseCard {
24+
padding-right: 0;
25+
}
26+
2327
.mx_BaseCard_header {
2428
margin-bottom: 12px;
2529

@@ -128,6 +132,7 @@ limitations under the License.
128132
.mx_RoomView_MessageList {
129133
padding-left: 12px;
130134
padding-right: 0;
135+
content-visibility: visible;
131136
}
132137

133138
.mx_EventTile,
@@ -236,6 +241,7 @@ limitations under the License.
236241
gap: 4px;
237242
position: relative;
238243
top: 2px;
244+
padding-right: 8px;
239245

240246
.mx_AccessibleButton_kind_link_inline {
241247
color: $secondary-content;

0 commit comments

Comments
 (0)