From b587281315aa2b0542b31f27635007b50cd2e073 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Fri, 10 Jan 2020 01:20:59 -0700 Subject: [PATCH] Fix padding --- www/assets/css/app.css | 4 ++++ www/pages/myroute.html | 14 +++++++------- www/pages/myroute/editnote.html | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) 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 @@ -
+ + +
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 @@ -
+