pinokiod 3.59.0 → 3.61.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 +1 -1
- package/server/public/style.css +5 -2
package/package.json
CHANGED
package/server/public/style.css
CHANGED
|
@@ -2358,7 +2358,7 @@ 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
|
display: none;
|
|
@@ -2451,6 +2451,9 @@ body.minimized aside .tab.submenu {
|
|
|
2451
2451
|
padding: 10px;
|
|
2452
2452
|
}
|
|
2453
2453
|
|
|
2454
|
+
body.minimized[data-agent='electron'] header {
|
|
2455
|
+
top: 26px;
|
|
2456
|
+
}
|
|
2454
2457
|
body[data-agent='electron'] {
|
|
2455
|
-
padding-top:
|
|
2458
|
+
padding-top: 26px;
|
|
2456
2459
|
}
|