pinokiod 3.198.0 → 3.200.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 +1 -2
package/package.json
CHANGED
package/server/public/style.css
CHANGED
|
@@ -2549,7 +2549,7 @@ body.dark .mode-selector .btn2.selected {
|
|
|
2549
2549
|
background: rgba(127, 91, 243, 0.9);
|
|
2550
2550
|
*/
|
|
2551
2551
|
color: white;
|
|
2552
|
-
border-radius:
|
|
2552
|
+
border-radius: 50px;
|
|
2553
2553
|
}
|
|
2554
2554
|
.mode-selector {
|
|
2555
2555
|
display: flex;
|
|
@@ -2652,7 +2652,6 @@ body.dark .mode-selector .btn2.selected {
|
|
|
2652
2652
|
height: auto;
|
|
2653
2653
|
overflow: auto;
|
|
2654
2654
|
flex-wrap: nowrap;
|
|
2655
|
-
padding: 0;
|
|
2656
2655
|
}
|
|
2657
2656
|
/* Keep minimized header horizontal on small screens */
|
|
2658
2657
|
header.navheader.minimized,
|