mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
add mx_EventTile_body class for the body span in events, and fix the naming scheme of '.emoji-body'
This commit is contained in:
parent
cd865bbe8f
commit
348f133e77
@ -72,6 +72,11 @@ limitations under the License.
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* De-zalgoing */
|
||||
.mx_EventTile_body {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
/* Various markdown overrides */
|
||||
|
||||
.mx_EventTile_content .markdown-body {
|
||||
@ -111,7 +116,7 @@ limitations under the License.
|
||||
|
||||
/* end of overrides */
|
||||
|
||||
.mx_EventTile_content .emoji-body {
|
||||
.mx_EventTile_bigEmoji {
|
||||
font-size: 48px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user