mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 01:16:15 +02:00
client/about dialog: make full page on mobile
This commit is contained in:
@@ -69,6 +69,7 @@ export default function AboutDialog() {
|
||||
<Modal
|
||||
className={clsx(["about-dialog", {"nightly": isNightly}])}
|
||||
size="md"
|
||||
isFullPageOnMobile
|
||||
show={isShown}
|
||||
onHidden={() => setIsShown(false)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user