Fix SVG for webkit rendering (chromium)

This commit is contained in:
Corentin Risselin 2020-07-20 19:05:51 +09:00
commit 93f0b1d836

View file

@ -119,6 +119,8 @@ svg
fill: var(--main-fg-color); fill: var(--main-fg-color);
width: auto; width: auto;
height: auto; height: auto;
max-width: 100%;
max-height: 100%;
} }
.content .content