diff --git a/framework/core/less/lib/App.less b/framework/core/less/lib/App.less index c8af74833..0ee490ba5 100755 --- a/framework/core/less/lib/App.less +++ b/framework/core/less/lib/App.less @@ -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 diff --git a/framework/core/less/lib/Avatar.less b/framework/core/less/lib/Avatar.less index 5fe5054c8..b65e014c8 100755 --- a/framework/core/less/lib/Avatar.less +++ b/framework/core/less/lib/Avatar.less @@ -14,6 +14,8 @@ height: 100%; border-radius: 100%; vertical-align: top; + // Prevent blurriness in Chrome + image-rendering: -webkit-optimize-contrast; } }