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
This commit is contained in:
Alex Lindeman
2020-07-16 19:49:48 +02:00
committed by GitHub
parent 29cd156e71
commit 851ee51c1b
+1
View File
@@ -241,6 +241,7 @@ identicon {
.identicon { .identicon {
width: 1em; width: 1em;
height: 1em; height: 1em;
shape-rendering: crispEdges;
} }
a.toggler { a.toggler {