pinokiod 3.105.0 → 3.106.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
CHANGED
|
@@ -114,6 +114,12 @@ a.badge {
|
|
|
114
114
|
color: rgba(127, 91, 243, 0.9);
|
|
115
115
|
text-decoration: none;
|
|
116
116
|
}
|
|
117
|
+
body {
|
|
118
|
+
display: block;
|
|
119
|
+
}
|
|
120
|
+
main {
|
|
121
|
+
padding: 0;
|
|
122
|
+
}
|
|
117
123
|
body.dark .btn {
|
|
118
124
|
color: white;
|
|
119
125
|
border: 1px solid rgba(255,255,255,0.3);
|
|
@@ -169,7 +175,7 @@ body.dark .browser-options-row {
|
|
|
169
175
|
<!--
|
|
170
176
|
<header class='grabbable'>
|
|
171
177
|
-->
|
|
172
|
-
<header class='
|
|
178
|
+
<header class='grabbable'>
|
|
173
179
|
<h1>
|
|
174
180
|
<% paths.forEach((path) => { %>
|
|
175
181
|
<% if (path.action) { %>
|