mirror of
https://github.com/flarum/framework.git
synced 2025-06-05 23:44:34 +08:00
* Fix blurry chrome image rendering for Avatar / Logo - closes #1259 * Add comments for Chrome css fix
This commit is contained in:
@ -171,6 +171,8 @@
|
||||
.Header-logo {
|
||||
max-height: 30px;
|
||||
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
|
||||
|
Reference in New Issue
Block a user