mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
feat: implement personal / favorites folder on the mobile platform (#3723)
This commit is contained in:
parent
a57ca5c0cb
commit
d51c7f382f
93 changed files with 2625 additions and 250 deletions
|
@ -103,7 +103,9 @@ class _DocumentPageState extends State<DocumentPage> {
|
|||
styleCustomizer: EditorStyleCustomizer(
|
||||
context: context,
|
||||
// the 44 is the width of the left action list
|
||||
padding: const EdgeInsets.only(left: 40, right: 40 + 44),
|
||||
padding: PlatformExtension.isMobile
|
||||
? const EdgeInsets.only(left: 20, right: 20)
|
||||
: const EdgeInsets.only(left: 40, right: 40 + 44),
|
||||
),
|
||||
header: _buildCoverAndIcon(context),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue