Explicitly specify width and height in SVG icon.
To work around https://bugzil.la/1883166.
This commit is contained in:
parent
6fd2b70032
commit
cb96bf385b
1 changed files with 1 additions and 1 deletions
|
@ -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 |
Loading…
Add table
Reference in a new issue