pinokiod 3.61.0 → 3.62.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/style.css
CHANGED
|
@@ -2361,7 +2361,9 @@ body.dark .mode-selector .btn2.selected {
|
|
|
2361
2361
|
height: 26px;
|
|
2362
2362
|
width: 100%;
|
|
2363
2363
|
z-index: 1000000000000;
|
|
2364
|
+
/*
|
|
2364
2365
|
display: none;
|
|
2366
|
+
*/
|
|
2365
2367
|
}
|
|
2366
2368
|
|
|
2367
2369
|
|
|
@@ -2444,9 +2446,11 @@ body.minimized main .container {
|
|
|
2444
2446
|
body.minimized .app-icon {
|
|
2445
2447
|
display: block;
|
|
2446
2448
|
}
|
|
2449
|
+
/*
|
|
2447
2450
|
body.minimized #dragger {
|
|
2448
2451
|
display: block;
|
|
2449
2452
|
}
|
|
2453
|
+
*/
|
|
2450
2454
|
body.minimized aside .tab.submenu {
|
|
2451
2455
|
padding: 10px;
|
|
2452
2456
|
}
|