pinokiod 3.197.0 → 3.199.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 +3 -0
package/package.json
CHANGED
package/server/public/style.css
CHANGED
|
@@ -2545,6 +2545,7 @@ body.dark .mode-selector .btn2.selected {
|
|
|
2545
2545
|
}
|
|
2546
2546
|
.mode-selector .btn2.selected {
|
|
2547
2547
|
background: black;
|
|
2548
|
+
border-radius: 50px;
|
|
2548
2549
|
/*
|
|
2549
2550
|
background: rgba(127, 91, 243, 0.9);
|
|
2550
2551
|
*/
|
|
@@ -2698,9 +2699,11 @@ 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
|
}
|
|
2705
2708
|
/*
|
|
2706
2709
|
body[data-agent='electron'] {
|