@docsector/docsector-reader 2.0.4 → 2.0.6

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 CHANGED
@@ -23,7 +23,7 @@ const packageRoot = resolve(__dirname, '..')
23
23
  const args = process.argv.slice(2)
24
24
  const command = args[0]
25
25
 
26
- const VERSION = '2.0.4'
26
+ const VERSION = '2.0.6'
27
27
 
28
28
  const HELP = `
29
29
  Docsector Reader v${VERSION}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docsector/docsector-reader",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
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",
@@ -343,6 +343,10 @@ watch(() => route.fullPath, () => {
343
343
 
344
344
  .d-submenu__toggle
345
345
  flex: 0 0 auto
346
+ align-self: stretch
347
+ min-height: inherit
348
+ border-radius: 0
349
+ margin-right: 0
346
350
 
347
351
  .on-left
348
352
  margin-right: 5px
@@ -373,7 +377,18 @@ watch(() => route.fullPath, () => {
373
377
  box-shadow: 0 -1px 2px rgba(0,0,0,0.12), 0 -2px 6px rgba(0,0,0,0.08)
374
378
 
375
379
  .d-submenu__content
376
- align-items: flex-end
380
+ width: 100%
381
+ max-width: none
382
+ margin: 0
383
+ align-items: stretch
384
+
385
+ .toolbar-container
386
+ display: flex
387
+ align-items: center
388
+
389
+ .d-submenu__toggle
390
+ margin-right: 0
391
+ padding-right: 12px
377
392
 
378
393
  #submenu a,
379
394
  #submenu button
@@ -18,6 +18,8 @@
18
18
  <q-btn class="filled" square icon="settings" aria-label="Configuration" @click="openSettingsDialog" />
19
19
  </q-toolbar>
20
20
 
21
+ <q-separator v-if="sortedBooks.length > 0" class="d-book-tabs-separator" dark />
22
+
21
23
  <q-tabs
22
24
  v-if="sortedBooks.length > 0"
23
25
  :model-value="activeBookTab"
@@ -328,6 +330,8 @@ store.commit('page/resetAnchors')
328
330
  padding: 0
329
331
  .q-tabs
330
332
  margin-top: 2px
333
+ .d-book-tabs-separator
334
+ opacity: 0.25
331
335
  .d-book-tabs
332
336
  .q-tab__indicator
333
337
  background-color: currentColor