Update the preview drawer's size to the update drawer's size.
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
<div id="drawer-read-article-advanced"
|
||||
x-data="{ title: '', created: '' }"
|
||||
@preview_article.window="title = $event.detail.title; created = $event.detail.created;"
|
||||
class="overflow-y-auto fixed top-0 left-0 z-40 p-4 w-full max-w-lg h-screen bg-white transition-transform -translate-x-full dark:bg-gray-800" tabindex="-1" aria-labelledby="drawer-label" aria-hidden="true">
|
||||
class="overflow-y-auto fixed top-0 left-0 z-40 p-4 w-full max-w-3xl h-screen bg-white transition-transform -translate-x-full dark:bg-gray-800" tabindex="-1" aria-labelledby="drawer-label" aria-hidden="true">
|
||||
<div>
|
||||
<h4 id="read-drawer-label" class="mb-1.5 leading-none text-xl font-semibold text-gray-900 dark:text-white" x-text="title"></h4>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user