pinokiod 3.251.0 → 3.252.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 +0 -9
package/package.json
CHANGED
package/server/public/style.css
CHANGED
|
@@ -2581,19 +2581,10 @@ body.dark .mode-selector .btn2.selected {
|
|
|
2581
2581
|
border-radius: 5px;
|
|
2582
2582
|
}
|
|
2583
2583
|
|
|
2584
|
-
body.dark aside .qr {
|
|
2585
|
-
}
|
|
2586
2584
|
aside .qr {
|
|
2587
2585
|
text-align: center;
|
|
2588
2586
|
padding: 15px;
|
|
2589
2587
|
}
|
|
2590
|
-
body.dark aside .qr img {
|
|
2591
|
-
border: 2px solid rgba(255,255,255,0.1);
|
|
2592
|
-
}
|
|
2593
|
-
aside .qr img {
|
|
2594
|
-
margin-bottom: 5px;
|
|
2595
|
-
border: 2px solid rgba(0,0,0,0.1);
|
|
2596
|
-
}
|
|
2597
2588
|
|
|
2598
2589
|
|
|
2599
2590
|
@media only screen and (max-width: 768px) {
|