mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-01 22:45:18 +00:00
Avoid Chrome rendering bug
This commit is contained in:
parent
e94f86e0aa
commit
210635983e
2 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
#winamp2-js #equalizer-window {
|
||||
height: 116px;
|
||||
width: 275px;
|
||||
/* Work around rendering bug with clip-path */
|
||||
-webkit-transform: translateZ(0);
|
||||
}
|
||||
|
||||
#winamp2-js #equalizer-window.shade {
|
||||
|
|
|
|||
|
|
@ -9,6 +9,10 @@
|
|||
image-rendering: -webkit-optimize-contrast; /* Safari */
|
||||
image-rendering: pixelated; /* Only in Chrome > 40 */
|
||||
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
|
||||
/* Work around rendering bug with clip-path */
|
||||
-webkit-transform: translateZ(
|
||||
0
|
||||
);
|
||||
}
|
||||
|
||||
#winamp2-js #loading {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue