From 9732c558395569366eef1955a256c0e3bd0d26ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Poizat?= Date: Wed, 29 May 2024 15:40:52 +0200 Subject: [PATCH] fix: Move custom theme CSS at end of Our custom theme CSS was not taken into account because cozy-ui CSS was inserted after. --- src/photos/targets/browser/index.ejs | 2 +- src/photos/targets/public/index.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/photos/targets/browser/index.ejs b/src/photos/targets/browser/index.ejs index d23fe11e0..a99149196 100755 --- a/src/photos/targets/browser/index.ejs +++ b/src/photos/targets/browser/index.ejs @@ -3,7 +3,6 @@ <%= htmlWebpackPlugin.options.title %> - {{.ThemeCSS}} @@ -19,6 +18,7 @@ {{.CozyClientJS}} {{.CozyFonts}} <% } %> + {{.ThemeCSS}}
Public Cozy Photos - {{.ThemeCSS}} <% _.forEach(htmlWebpackPlugin.files.css, function(file) { %> <% }); %> @@ -14,6 +13,7 @@ {{.CozyClientJS}} {{.CozyFonts}} <% } %> + {{.ThemeCSS}}