@docsector/docsector-reader 2.0.6 → 2.0.7
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/bin/docsector.js +1 -1
- package/package.json +1 -1
- package/src/css/app.sass +2 -1
package/bin/docsector.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docsector/docsector-reader",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7",
|
|
4
4
|
"description": "A documentation rendering engine built with Vue 3, Quasar v2 and Vite. Transform Markdown into beautiful, navigable documentation sites.",
|
|
5
5
|
"productName": "Docsector Reader",
|
|
6
6
|
"author": "Rodrigo de Araujo Vieira",
|
package/src/css/app.sass
CHANGED
|
@@ -179,7 +179,7 @@ body.body--dark
|
|
|
179
179
|
margin: 0.3em 0 0.1em
|
|
180
180
|
|
|
181
181
|
code:not(pre > code)
|
|
182
|
-
padding: 3px
|
|
182
|
+
padding: 1px 3px
|
|
183
183
|
margin: 0 2px
|
|
184
184
|
border-radius: 2px
|
|
185
185
|
white-space: normal
|
|
@@ -288,6 +288,7 @@ body.body--dark
|
|
|
288
288
|
overflow-x: auto
|
|
289
289
|
-webkit-overflow-scrolling: touch
|
|
290
290
|
max-width: 100%
|
|
291
|
+
margin-bottom: 10px
|
|
291
292
|
table
|
|
292
293
|
width: max-content
|
|
293
294
|
border: 1px solid #eee
|