mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
feat: support text align and block align (#3292)
* feat: support text align and block align * test: add test
This commit is contained in:
parent
897d7980f6
commit
f73d59fb57
14 changed files with 241 additions and 15 deletions
|
@ -102,7 +102,8 @@ class _DocumentPageState extends State<DocumentPage> {
|
|||
editorState: editorState!,
|
||||
styleCustomizer: EditorStyleCustomizer(
|
||||
context: context,
|
||||
padding: const EdgeInsets.symmetric(horizontal: 50),
|
||||
// the 44 is the width of the left action list
|
||||
padding: const EdgeInsets.only(left: 40, right: 40 + 44),
|
||||
),
|
||||
header: _buildCoverAndIcon(context),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue