From 49b05abe7f9ef216a9a14a83e3fd71c3c5f29db8 Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Mon, 28 Oct 2024 16:07:59 +0300 Subject: [PATCH] UI: Padding for theme-switch button --- pages/base.html | 78 ++++++++++++++++++++++++++----------------------- scripts/api.js | 3 -- 2 files changed, 42 insertions(+), 39 deletions(-) diff --git a/pages/base.html b/pages/base.html index 14c9874..f4afd44 100644 --- a/pages/base.html +++ b/pages/base.html @@ -27,8 +27,8 @@
  • About
  • -
    -
    @@ -36,6 +36,7 @@ Login Sign-up + @@ -49,43 +50,48 @@ {{ end }} \ No newline at end of file diff --git a/scripts/api.js b/scripts/api.js index be99b61..c32dfad 100644 --- a/scripts/api.js +++ b/scripts/api.js @@ -34,9 +34,6 @@ async function get(url) { return fetch(url, { method: "GET", credentials: "include", - headers: { - "Content-Type": "application/json", - }, }) }