From 90858024436799bb36ac3c98e98df60c4e09d441 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 24 Nov 2018 16:27:05 -0700 Subject: [PATCH] Fix issue with sizer-element overlapping buttons --- pages.php | 3 +++ pages/home.php | 2 +- static/css/home.css | 10 ++++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 static/css/home.css diff --git a/pages.php b/pages.php index d68a467..fb8b49e 100644 --- a/pages.php +++ b/pages.php @@ -10,6 +10,9 @@ define("PAGES", [ "title" => "Notes", "navbar" => true, "icon" => "far fa-sticky-note", + "styles" => [ + "static/css/home.css" + ], "scripts" => [ "static/Shuffle/dist/shuffle.min.js", "static/js/home.js" diff --git a/pages/home.php b/pages/home.php index 9558f8a..7156420 100644 --- a/pages/home.php +++ b/pages/home.php @@ -16,7 +16,7 @@ foreach ($noteids as $n) {