From 4f13de283572b2c57e7462f1030c12fe8335882e Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 12 Feb 2021 21:03:30 -0500 Subject: Move css files (#1374) * Move bg/css/ to css/ * Move mixed/css/ to css/ --- ext/fg/float.html | 4 ++-- ext/fg/js/popup.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/fg') diff --git a/ext/fg/float.html b/ext/fg/float.html index 18bf3f5b..0203043a 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -11,8 +11,8 @@ - - + + diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js index 47330090..5e15a654 100644 --- a/ext/fg/js/popup.js +++ b/ext/fg/js/popup.js @@ -342,7 +342,7 @@ class Popup extends EventDispatcher { useWebExtensionApi = false; parentNode = this._shadow; } - await dynamicLoader.loadStyle('yomichan-popup-outer-stylesheet', fileType, '/mixed/css/popup-outer.css', useWebExtensionApi, parentNode); + await dynamicLoader.loadStyle('yomichan-popup-outer-stylesheet', fileType, '/css/popup-outer.css', useWebExtensionApi, parentNode); } _observeFullscreen(observe) { -- cgit v1.2.3