diff options
author | bobzel <zzzman@gmail.com> | 2024-10-10 15:54:13 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-10-10 15:54:13 -0400 |
commit | e329ac0aea297e63401c7853fbf2d9d6b280cc2d (patch) | |
tree | 746a6091e9986c79f65bb65a8c010cff06ed1e2f /src/client/documents/Documents.ts | |
parent | eded7f5aa62a2f0e19d5887a91ebc76163bdb996 (diff) |
change the default flashcard to have a thin border and have text fill the card and be vertically and horizontally centered.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index feaf41dfc..358bc227e 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -292,6 +292,7 @@ export class DocumentOptions { _text_fontSize?: string; _text_fontFamily?: string; _text_fontWeight?: string; + text_align?: STRt = new StrInfo('horizontal text alignment default'); fontSize?: string; _pivotField?: string; // field key used to determine headings for sections in stacking, masonry, pivot views |