pinokiod 3.63.0 → 3.65.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/server/public/common.js
CHANGED
package/server/public/style.css
CHANGED
|
@@ -2432,9 +2432,11 @@ body.minimized .mode-selector .caption {
|
|
|
2432
2432
|
/*
|
|
2433
2433
|
body.minimized .appcanvas, body.minimized main {
|
|
2434
2434
|
*/
|
|
2435
|
+
/*
|
|
2435
2436
|
body.minimized .appcanvas {
|
|
2436
2437
|
padding-top: 20px;
|
|
2437
2438
|
}
|
|
2439
|
+
*/
|
|
2438
2440
|
body.minimized main, body.minimized iframe.mainframe {
|
|
2439
2441
|
/*
|
|
2440
2442
|
padding-top: 10px;
|
package/server/views/app.ejs
CHANGED
|
@@ -849,8 +849,8 @@ body.dark #fs-status {
|
|
|
849
849
|
box-sizing: border-box;
|
|
850
850
|
/*
|
|
851
851
|
margin: 0 10px;
|
|
852
|
-
*/
|
|
853
852
|
padding: 5px;
|
|
853
|
+
*/
|
|
854
854
|
display: flex;
|
|
855
855
|
align-items: center;
|
|
856
856
|
/*
|
|
@@ -1708,7 +1708,7 @@ body.minimized aside {
|
|
|
1708
1708
|
display: none;
|
|
1709
1709
|
}
|
|
1710
1710
|
body.minimized #fs-status {
|
|
1711
|
-
|
|
1711
|
+
margin-left: 55px;
|
|
1712
1712
|
}
|
|
1713
1713
|
@media only screen and (max-width: 800px) {
|
|
1714
1714
|
.mode-selector .btn2 {
|