mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move plugins css files to sass
This commit is contained in:
parent
76296c494b
commit
55dfb219b0
8 changed files with 4 additions and 4 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue