mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
cleanup: reorganized sass files to be in src/styles instead of src/assets/css
This commit is contained in:
parent
c46802166c
commit
494c0ed434
54 changed files with 55 additions and 55 deletions
|
@ -303,7 +303,7 @@ import { getParameterByName } from '../utils/url.ts';
|
|||
updateEditorNode(this, item);
|
||||
}).on('pagebeforeshow', '.metadataEditorPage', function () {
|
||||
/* eslint-disable-next-line @babel/no-unused-expressions */
|
||||
import('../assets/css/metadataeditor.scss');
|
||||
import('../styles/metadataeditor.scss');
|
||||
}).on('pagebeforeshow', '.metadataEditorPage', function () {
|
||||
const page = this;
|
||||
Dashboard.getCurrentUser().then(function (user) {
|
||||
|
|
|
@ -22,8 +22,8 @@ import { getParameterByName } from '../utils/url.ts';
|
|||
import '../elements/emby-button/paper-icon-button-light';
|
||||
|
||||
import 'material-design-icons-iconfont';
|
||||
import '../assets/css/scrollstyles.scss';
|
||||
import '../assets/css/flexstyles.scss';
|
||||
import '../styles/scrollstyles.scss';
|
||||
import '../styles/flexstyles.scss';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
||||
|
|
|
@ -7,10 +7,10 @@ import '../elements/emby-collapse/emby-collapse';
|
|||
import '../elements/emby-select/emby-select';
|
||||
import '../elements/emby-checkbox/emby-checkbox';
|
||||
import '../elements/emby-slider/emby-slider';
|
||||
import '../assets/css/livetv.scss';
|
||||
import '../styles/livetv.scss';
|
||||
import '../components/listview/listview.scss';
|
||||
import '../assets/css/dashboard.scss';
|
||||
import '../assets/css/detailtable.scss';
|
||||
import '../styles/dashboard.scss';
|
||||
import '../styles/detailtable.scss';
|
||||
import { appRouter } from '../components/appRouter';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import focusManager from '../components/focusManager';
|
||||
import dom from './dom';
|
||||
import '../assets/css/scrollstyles.scss';
|
||||
import '../styles/scrollstyles.scss';
|
||||
|
||||
function getBoundingClientRect(elem) {
|
||||
// Support: BlackBerry 5, iOS 3 (original iPhone)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue