diff --git a/www/assets/css/app.css b/www/assets/css/app.css index 7f63ac0..3b020d0 100644 --- a/www/assets/css/app.css +++ b/www/assets/css/app.css @@ -19,6 +19,10 @@ Framework7 and FontAwesome both have a .fab class line-height: var(--f7-line-height); } +.page-content-fab-pad { + padding-bottom: var(--f7-fab-size); +} + /* * Material icons are too big and disrupt the flow of text */ diff --git a/www/pages/myroute.html b/www/pages/myroute.html index 0d34af0..ceef3e6 100644 --- a/www/pages/myroute.html +++ b/www/pages/myroute.html @@ -16,7 +16,13 @@ -
+
+ + add + +
+ +
Notes
{{#if notes}}
@@ -56,11 +62,5 @@
Press add to add a note.
{{/if}} - -
\ No newline at end of file diff --git a/www/pages/myroute/editnote.html b/www/pages/myroute/editnote.html index 91ff262..4aee8d5 100644 --- a/www/pages/myroute/editnote.html +++ b/www/pages/myroute/editnote.html @@ -23,7 +23,7 @@ -
+