mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-13 09:28:50 +01:00
Fix optimizeSpeed rendering can affect text kerning and layout
Seems like Mobile Safari make less font rendering calculation to speed up rendering. When toggling between text-rendering modes, the text can be shifted or relayout-ed.
This commit is contained in:
parent
e5e2bd6f2a
commit
305bb92906
1 changed files with 0 additions and 1 deletions
|
@ -202,7 +202,6 @@
|
|||
~ *:not(.media-container, .card),
|
||||
.status .content-container.has-spoiler .spoiler ~ .card .meta-container {
|
||||
filter: blur(5px) invert(0.5);
|
||||
text-rendering: optimizeSpeed;
|
||||
image-rendering: crisp-edges;
|
||||
image-rendering: pixelated;
|
||||
pointer-events: none;
|
||||
|
|
Loading…
Reference in a new issue