pinokiod 3.196.0 → 3.197.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 +2 -0
package/package.json
CHANGED
package/server/public/style.css
CHANGED
|
@@ -2702,9 +2702,11 @@ body.dark .mode-selector .btn2.selected {
|
|
|
2702
2702
|
top: 26px;
|
|
2703
2703
|
}
|
|
2704
2704
|
}
|
|
2705
|
+
/*
|
|
2705
2706
|
body[data-agent='electron'] {
|
|
2706
2707
|
padding-top: 26px;
|
|
2707
2708
|
}
|
|
2709
|
+
*/
|
|
2708
2710
|
body.dark #dropdown-portal .dropdown-content {
|
|
2709
2711
|
background: rgb(34, 34, 34);
|
|
2710
2712
|
}
|