Skip to content

Commit 5b982b1

Browse files
authored
Merge branch 'main' into fix139
2 parents c449adb + c60fa96 commit 5b982b1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/home/room_preview.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ live_design! {
155155
avatar = <Avatar> {}
156156
<View> {
157157
flow: Right
158-
width: Fill, height: 60
158+
width: Fill, height: 56
159159
align: { x: 0.5, y: 0.5 }
160160
left = <View> {
161161
width: Fill, height: Fill,

src/shared/html_or_plaintext.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ live_design! {
5353
span = <MatrixHtmlSpan> { }
5454

5555
a = {
56+
hover_color: #21b070
57+
grab_key_focus: false,
5658
padding: {left: 1.0, right: 1.5},
5759
}
5860

0 commit comments

Comments
 (0)