mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
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:
@@ -235,10 +235,8 @@ const config = {
|
||||
},
|
||||
{
|
||||
test: /\.svg/,
|
||||
use: {
|
||||
loader: "svg-url-loader",
|
||||
options: {},
|
||||
},
|
||||
type: "asset/resource",
|
||||
dependency: { not: ["url"] },
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user