mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 02:29:58 +08:00
[SSE][mobile] for bug 76455
This commit is contained in:
@ -19,7 +19,7 @@ window.$ = jQuery;
|
||||
// Import App Custom Styles
|
||||
|
||||
import('./less/app.less');
|
||||
import '../../../../../sdkjs/cell/css/main-mobile.css';
|
||||
// import '../../../../../sdkjs/cell/css/main-mobile.css';
|
||||
|
||||
// Import App Component
|
||||
import App from './page/app.jsx';
|
||||
|
||||
@ -15,6 +15,8 @@
|
||||
<link rel="apple-touch-icon" href="static/icons/apple-touch-icon.png">
|
||||
<link rel="icon" href="static/icons/favicon.png">
|
||||
|
||||
<link rel="stylesheet" href="../../../../sdkjs/cell/css/main-mobile.css">
|
||||
|
||||
<% if (!htmlWebpackPlugin.options.skeleton.stylesheet) { %>
|
||||
<link rel="stylesheet" href="../../common/mobile/resources/css/skeleton.css">
|
||||
<% } else { %>
|
||||
|
||||
Reference in New Issue
Block a user