@joystick.js/node-canary 0.0.0-canary.369 → 0.0.0-canary.370
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.
|
@@ -94,6 +94,10 @@ const d=(e="build")=>({build:"Build Error",layout_not_found:"Layout Not Found",p
|
|
|
94
94
|
border-radius: 0px 0px 3px 3px;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
+
.code-block pre code.hljs {
|
|
98
|
+
padding: 15px 20px 20px !important;
|
|
99
|
+
}
|
|
100
|
+
|
|
97
101
|
@media screen and (min-width: 768px) {
|
|
98
102
|
.container {
|
|
99
103
|
max-width: 728px;
|
package/package.json
CHANGED
|
@@ -105,6 +105,10 @@ const generate_joystick_error_page = ({ type = 'build', path, frame, stack }) =>
|
|
|
105
105
|
border-radius: 0px 0px 3px 3px;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
+
.code-block pre code.hljs {
|
|
109
|
+
padding: 15px 20px 20px !important;
|
|
110
|
+
}
|
|
111
|
+
|
|
108
112
|
@media screen and (min-width: 768px) {
|
|
109
113
|
.container {
|
|
110
114
|
max-width: 728px;
|