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
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

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> <style>
:root { color-scheme: light dark; } :root { color-scheme: light dark; }
rect, path { fill: rgb(24, 25, 26); } rect, path { fill: rgb(24, 25, 26); }

Before

Width:  |  Height:  |  Size: 734 B

After

Width:  |  Height:  |  Size: 727 B