From 59e3fec2b6e560e1bbe1c20cbd5eec7aba1c924d Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Thu, 30 Jan 2025 13:44:59 -0600 Subject: [PATCH] Move file viewer subcomponents into their own directory --- app/assets/stylesheets/media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/media.css b/app/assets/stylesheets/media.css index de39c1d32..f91edeb11 100644 --- a/app/assets/stylesheets/media.css +++ b/app/assets/stylesheets/media.css @@ -1,4 +1,4 @@ -@import 'companion_window'; +@import url("companion_window.css"); /* VideoJS CSS overrides for responsive layout See http://andreassauer.name/experimente/video-js/demo.html */