mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
message-feed: Improve scroll perf by removing scaling on emojis.
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.
This commit is contained in:
committed by
Tim Abbott
parent
110f161288
commit
ed4866b9f9
@@ -1,2 +1,2 @@
|
||||
ZULIP_VERSION = "1.5.1+git"
|
||||
PROVISION_VERSION = '4.23'
|
||||
PROVISION_VERSION = '4.24'
|
||||
|
||||
Reference in New Issue
Block a user