Try to make the backlinks section prettier

I'm not totally convinced that it should be here.
This commit is contained in:
Vishesh Handa
2020-05-26 18:05:50 +02:00
parent 4eeff093c1
commit d3fb2b7119
4 changed files with 92 additions and 16 deletions

View File

@ -76,6 +76,7 @@ class NoteViewer extends StatelessWidget {
url, note.parent.folderPath + p.separator, null, null),
),
),
const SizedBox(height: 16.0),
NoteBacklinkRenderer(note: note, rootFolder: rootFolder),
// _buildFooter(context),
],