pinokiod 3.196.0 → 3.198.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 -0
package/package.json
CHANGED
package/server/public/style.css
CHANGED
|
@@ -2652,6 +2652,7 @@ body.dark .mode-selector .btn2.selected {
|
|
|
2652
2652
|
height: auto;
|
|
2653
2653
|
overflow: auto;
|
|
2654
2654
|
flex-wrap: nowrap;
|
|
2655
|
+
padding: 0;
|
|
2655
2656
|
}
|
|
2656
2657
|
/* Keep minimized header horizontal on small screens */
|
|
2657
2658
|
header.navheader.minimized,
|
|
@@ -2698,13 +2699,17 @@ body.dark .mode-selector .btn2.selected {
|
|
|
2698
2699
|
aside .tab.submenu {
|
|
2699
2700
|
padding: 10px;
|
|
2700
2701
|
}
|
|
2702
|
+
/*
|
|
2701
2703
|
body[data-agent='electron'] header.navheader {
|
|
2702
2704
|
top: 26px;
|
|
2703
2705
|
}
|
|
2706
|
+
*/
|
|
2704
2707
|
}
|
|
2708
|
+
/*
|
|
2705
2709
|
body[data-agent='electron'] {
|
|
2706
2710
|
padding-top: 26px;
|
|
2707
2711
|
}
|
|
2712
|
+
*/
|
|
2708
2713
|
body.dark #dropdown-portal .dropdown-content {
|
|
2709
2714
|
background: rgb(34, 34, 34);
|
|
2710
2715
|
}
|