forked from matrix/element-web
fix single emoji sizing
This commit is contained in:
parent
a039450d10
commit
54f4443428
|
@ -121,7 +121,7 @@ limitations under the License.
|
|||
/* end of overrides */
|
||||
|
||||
.mx_EventTile_bigEmoji {
|
||||
font-size: 48px;
|
||||
font-size: 48px ! important;
|
||||
}
|
||||
|
||||
/* this is used for the tile for the event which is selected via the URL.
|
||||
|
|
Loading…
Reference in New Issue