pinokiod 3.60.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
|
@@ -2358,10 +2358,12 @@ body.dark .mode-selector .btn2.selected {
|
|
|
2358
2358
|
top: 0;
|
|
2359
2359
|
left: 0;
|
|
2360
2360
|
right: 0;
|
|
2361
|
-
height:
|
|
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,13 +2446,18 @@ 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
|
}
|
|
2453
2457
|
|
|
2458
|
+
body.minimized[data-agent='electron'] header {
|
|
2459
|
+
top: 26px;
|
|
2460
|
+
}
|
|
2454
2461
|
body[data-agent='electron'] {
|
|
2455
|
-
padding-top:
|
|
2462
|
+
padding-top: 26px;
|
|
2456
2463
|
}
|