Move plugins css files to sass
This commit is contained in:
@@ -1319,7 +1319,7 @@ function tryRemoveElement(elem) {
|
||||
const dlg = document.querySelector('.videoPlayerContainer');
|
||||
|
||||
if (!dlg) {
|
||||
return import('./style.css').then(() => {
|
||||
return import('./style.scss').then(() => {
|
||||
loading.show();
|
||||
|
||||
const dlg = document.createElement('div');
|
||||
|
||||
@@ -126,7 +126,7 @@ export default function () {
|
||||
}
|
||||
|
||||
self.show = function () {
|
||||
import('./style.css').then(() => {
|
||||
import('./style.scss').then(() => {
|
||||
let elem = document.querySelector('.logoScreenSaver');
|
||||
|
||||
if (!elem) {
|
||||
|
||||
@@ -4,7 +4,7 @@ import keyboardnavigation from '../../scripts/keyboardNavigation';
|
||||
import dialogHelper from '../../components/dialogHelper/dialogHelper';
|
||||
import dom from '../../scripts/dom';
|
||||
import { appRouter } from '../../components/appRouter';
|
||||
import './style.css';
|
||||
import './style.scss';
|
||||
import '../../elements/emby-button/paper-icon-button-light';
|
||||
import { Events } from 'jellyfin-apiclient';
|
||||
import { GlobalWorkerOptions, getDocument } from 'pdfjs-dist';
|
||||
|
||||
@@ -28,7 +28,7 @@ function createMediaElement(instance, options) {
|
||||
const dlg = document.querySelector('.youtubePlayerContainer');
|
||||
|
||||
if (!dlg) {
|
||||
import('./style.css').then(() => {
|
||||
import('./style.scss').then(() => {
|
||||
loading.show();
|
||||
|
||||
const dlg = document.createElement('div');
|
||||
|
||||
Reference in New Issue
Block a user