refactor: export getDefaultSettings for reader module use
- Export getDefaultSettings function for use in reader-navigation - Minor formatting improvements in settings-manager.ts - Add tabindex and ebook-content class to reader-content in template
This commit is contained in:
@@ -45,7 +45,7 @@ templ Reader(user User, metadata ReaderMetadata, progress ReadingProgress, bookm
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<main id="reader-content" class="w-full h-full">
|
||||
<main id="reader-content" tabindex="0" class="ebook-content w-full h-full">
|
||||
<!-- Content loaded by JavaScript based on media type -->
|
||||
</main>
|
||||
@DictionaryPopup()
|
||||
|
||||
Reference in New Issue
Block a user