From 9bf66e72c00ef2ce2d4058bbe52ef35cdb834712 Mon Sep 17 00:00:00 2001 From: WubzyGD Date: Fri, 1 Apr 2022 13:27:13 -0600 Subject: [PATCH] fix header margins --- index.html | 12 ++++++++---- json/config/favorites.json | 1 - styles/sidebar.css | 4 ++++ 3 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 json/config/favorites.json diff --git a/index.html b/index.html index 299c235..71a4b40 100755 --- a/index.html +++ b/index.html @@ -26,13 +26,17 @@
-

Quick Access

+
+

Quick Access

+
+
-
-

Favorites

+
+

Favorites

+
+
-
diff --git a/json/config/favorites.json b/json/config/favorites.json deleted file mode 100644 index 3005c44..0000000 --- a/json/config/favorites.json +++ /dev/null @@ -1 +0,0 @@ -{"C:/Users/clarkjr1836/Desktop/yb":"yb","C:/Users/clarkjr1836/Desktop/bot":"bot","C:/Users/clarkjr1836/Desktop/bot/Natsuki":"Natsuki"} \ No newline at end of file diff --git a/styles/sidebar.css b/styles/sidebar.css index 061a993..11324e0 100644 --- a/styles/sidebar.css +++ b/styles/sidebar.css @@ -35,4 +35,8 @@ background-color: #a172a65f; padding-left: 10px; color: white; +} + +.favorites-header { + margin-bottom: 7px; } \ No newline at end of file