mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-18 16:21:37 +03:00
Disable text-rendering: optimizeSpeed
It causes text to jump. It has different kerning when optimized for speed
This commit is contained in:
parent
d8e824b548
commit
03e5c3ff54
2 changed files with 7 additions and 7 deletions
|
@ -15,7 +15,7 @@ body.cloak,
|
||||||
.account-block {
|
.account-block {
|
||||||
text-decoration-thickness: 1.1em;
|
text-decoration-thickness: 1.1em;
|
||||||
text-decoration-line: line-through;
|
text-decoration-line: line-through;
|
||||||
text-rendering: optimizeSpeed;
|
/* text-rendering: optimizeSpeed; */
|
||||||
filter: opacity(0.5);
|
filter: opacity(0.5);
|
||||||
}
|
}
|
||||||
.name-text *,
|
.name-text *,
|
||||||
|
|
|
@ -611,7 +611,7 @@
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
text-decoration-thickness: 1.5em;
|
text-decoration-thickness: 1.5em;
|
||||||
text-decoration-line: line-through;
|
text-decoration-line: line-through;
|
||||||
text-rendering: optimizeSpeed;
|
/* text-rendering: optimizeSpeed; */
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
/* contain: layout; */
|
/* contain: layout; */
|
||||||
|
@ -622,7 +622,7 @@
|
||||||
text-decoration-color: inherit;
|
text-decoration-color: inherit;
|
||||||
text-decoration-thickness: 1.5em;
|
text-decoration-thickness: 1.5em;
|
||||||
text-decoration-line: line-through;
|
text-decoration-line: line-through;
|
||||||
text-rendering: optimizeSpeed;
|
/* text-rendering: optimizeSpeed; */
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
@ -638,7 +638,7 @@
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
text-decoration-thickness: 1.5em;
|
text-decoration-thickness: 1.5em;
|
||||||
text-decoration-line: line-through;
|
text-decoration-line: line-through;
|
||||||
text-rendering: optimizeSpeed;
|
/* text-rendering: optimizeSpeed; */
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
|
@ -646,7 +646,7 @@
|
||||||
text-decoration-color: inherit;
|
text-decoration-color: inherit;
|
||||||
text-decoration-thickness: 1.5em;
|
text-decoration-thickness: 1.5em;
|
||||||
text-decoration-line: line-through;
|
text-decoration-line: line-through;
|
||||||
text-rendering: optimizeSpeed;
|
/* text-rendering: optimizeSpeed; */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -670,7 +670,7 @@
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration-thickness: 1.5em;
|
text-decoration-thickness: 1.5em;
|
||||||
text-decoration-line: line-through;
|
text-decoration-line: line-through;
|
||||||
text-rendering: optimizeSpeed;
|
/* text-rendering: optimizeSpeed; */
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
/* contain: layout; */
|
/* contain: layout; */
|
||||||
|
@ -680,7 +680,7 @@
|
||||||
* {
|
* {
|
||||||
text-decoration-thickness: 1.5em;
|
text-decoration-thickness: 1.5em;
|
||||||
text-decoration-line: line-through;
|
text-decoration-line: line-through;
|
||||||
text-rendering: optimizeSpeed;
|
/* text-rendering: optimizeSpeed; */
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
Loading…
Add table
Reference in a new issue