about summary refs log tree commit diff
path: root/app/views/layouts/_theme.html.haml
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-01-16 22:25:53 +0100
committerClaire <claire.github-309c@sitedethib.com>2022-01-16 22:26:18 +0100
commitde4c67c5fadc85dc0e66aafb6d5a6e24b41586cf (patch)
tree79e3cd7589f8772e87a740d5cf22ce77b641a73a /app/views/layouts/_theme.html.haml
parentc789bcc844a1b2fd4747b694509a22cf84e4a718 (diff)
Fix missing media: 'all' on default skins
Diffstat (limited to 'app/views/layouts/_theme.html.haml')
-rw-r--r--app/views/layouts/_theme.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_theme.html.haml b/app/views/layouts/_theme.html.haml
index fe4e59280..5dba77621 100644
--- a/app/views/layouts/_theme.html.haml
+++ b/app/views/layouts/_theme.html.haml
@@ -8,7 +8,7 @@
       - if !theme[:flavour] || theme[:skin] == 'default'
         = stylesheet_pack_tag pack_path, media: 'all', crossorigin: 'anonymous'
       - else
-        = stylesheet_pack_tag "skins/#{theme[:flavour]}/#{theme[:skin]}/#{theme[:pack]}", crossorigin: 'anonymous'
+        = stylesheet_pack_tag "skins/#{theme[:flavour]}/#{theme[:skin]}/#{theme[:pack]}", media: 'all', crossorigin: 'anonymous'
     - if theme[:preload]
       - theme[:preload].each do |link|
         %link{ href: asset_pack_path("#{link}.js"), crossorigin: 'anonymous', rel: 'preload', as: 'script' }/