Explicitly specify width and height in SVG icon.

To work around https://bugzil.la/1883166.
This commit is contained in:
Emilio Cobos Álvarez
2024-03-02 02:35:18 +01:00
parent 6fd2b70032
commit cb96bf385b
+1 -1
View File
@@ -1,4 +1,4 @@
<svg data-name="Flat (For Export)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<style>
:root { color-scheme: light dark; }
rect, path { fill: rgb(24, 25, 26); }

Before

Width:  |  Height:  |  Size: 734 B

After

Width:  |  Height:  |  Size: 727 B