瀏覽代碼

gui: Sharpen device icons (fixes #5579) (#6837)

Add [shape-rendering: crispEdges](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/shape-rendering) to `.identicon` class to remove blurry grid lines within device icons
Alex Lindeman 5 年之前
父節點
當前提交
851ee51c1b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      gui/default/assets/css/overrides.css

+ 1 - 0
gui/default/assets/css/overrides.css

@@ -241,6 +241,7 @@ identicon {
 .identicon {
     width: 1em;
     height: 1em;
+    shape-rendering: crispEdges;
 }
 
 a.toggler {