mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
* Fix blurry chrome image rendering for Avatar / Logo - closes #1259 * Add comments for Chrome css fix
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
height: 100%;
|
||||
border-radius: 100%;
|
||||
vertical-align: top;
|
||||
// Prevent blurriness in Chrome
|
||||
image-rendering: -webkit-optimize-contrast;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user