mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-11 07:06:31 +02: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…
x
Reference in New Issue
Block a user