Photos: Fix SVG buttons in full screen view #1961

The bug mainly affected mobile devices and Retina screens.
Other browsers and devices use PNG icons, which were not affected.
This commit is contained in:
Michael Mayer
2022-01-21 08:40:22 +01:00
parent e821f84506
commit c1d11da779

View File

@@ -235,10 +235,8 @@ const config = {
},
{
test: /\.svg/,
use: {
loader: "svg-url-loader",
options: {},
},
type: "asset/resource",
dependency: { not: ["url"] },
},
],
},