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

Commit 523a60b

Browse files
committed
Move line-height style block to _EventTile.scss
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 0f832e1 commit 523a60b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

res/css/views/rooms/_EventBubbleTile.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,6 @@ limitations under the License.
154154
font-size: $font-15px;
155155
}
156156

157-
.mx_ReplyTile .mx_EventTile_content {
158-
line-height: var(--EventTile_bubble_line-line-height);
159-
}
160-
161157
.mx_MessageActionBar {
162158
top: -28px;
163159
z-index: 9; // above the avatar

res/css/views/rooms/_EventTile.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
156156
margin: $spacing-4 64px;
157157
}
158158
}
159+
160+
&[data-layout=bubble] {
161+
.mx_ReplyTile .mx_EventTile_content {
162+
line-height: var(--EventTile_bubble_line-line-height);
163+
}
164+
}
159165
}
160166

161167
.mx_EventTile:not([data-layout=bubble]) {

0 commit comments

Comments
 (0)