[SSE][mobile] for bug 76455

This commit is contained in:
maxkadushkin
2025-09-30 00:03:53 +03:00
parent 6c22f5dc17
commit c25dbe6a6c
2 changed files with 3 additions and 1 deletions

View File

@ -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';

View File

@ -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 { %>