mirror of
https://github.com/flarum/framework.git
synced 2024-12-04 08:13:39 +08:00
Revert Chrome image rendering tweak
The Chrome bug appears to have been fixed: https://bugs.chromium.org/p/chromium/issues/detail?id=562162 This CSS rule makes images look very ugly in Safari, so removing it. ref #1259
This commit is contained in:
parent
858fdf71cb
commit
fbfe0c1e6f
|
@ -171,8 +171,6 @@
|
||||||
.Header-logo {
|
.Header-logo {
|
||||||
max-height: 30px;
|
max-height: 30px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
// Prevent blurriness in Chrome
|
|
||||||
image-rendering: -webkit-optimize-contrast;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// On phones, the header is displayed inside of the drawer. We lay its
|
// On phones, the header is displayed inside of the drawer. We lay its
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
// Prevent blurriness in Chrome
|
|
||||||
image-rendering: -webkit-optimize-contrast;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user