Merge pull request #3044 from matrix-org/jryans/line-height-native-emoji

Native emoji require extra line-height
This commit is contained in:
J. Ryan Stinnett 2019-05-31 10:17:26 +01:00 committed by GitHub
commit 5593b499d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ limitations under the License.
/* HACK to override line-height which is already marked important elsewhere */ /* HACK to override line-height which is already marked important elsewhere */
.mx_EventTile_bigEmoji.mx_EventTile_bigEmoji { .mx_EventTile_bigEmoji.mx_EventTile_bigEmoji {
font-size: 48px ! important; font-size: 48px ! important;
line-height: 52px ! important; line-height: 57px ! important;
} }
/* this is used for the tile for the event which is selected via the URL. /* this is used for the tile for the event which is selected via the URL.