mirror of
https://github.com/zulip/zulip.git
synced 2025-10-27 18:13:58 +00:00
This removes scaling from the emojis by changing the background size to a lower value and then allowing for the widths and heights of the emojis to be proportionally smaller. The transform: scale property would cause many more repaints in Chrome and other browsers than should have been necessary which would render messages above and below the feed light grey boxes that would momentarily flash as blank before filling with content. Modified by tabbott to use a percentage in the background-size. Fixes #4660.
3 lines
55 B
Python
3 lines
55 B
Python
ZULIP_VERSION = "1.5.1+git"
|
|
PROVISION_VERSION = '4.24'
|