From b75337f45091e1543dc5b840d1f0bd03bc31cc95 Mon Sep 17 00:00:00 2001
From: Zoe <62722391+juls0730@users.noreply.github.com>
Date: Wed, 24 Sep 2025 15:39:16 +0000
Subject: [PATCH] cleaned up templates a bit, and some style fixes
---
styles/main.css | 12 ++
templates/views/admin/index.hbs | 296 +++++++++++++++-----------------
templates/views/admin/login.hbs | 8 +-
templates/views/index.hbs | 2 +-
4 files changed, 151 insertions(+), 167 deletions(-)
diff --git a/styles/main.css b/styles/main.css
index c328a8e..cdb4228 100644
--- a/styles/main.css
+++ b/styles/main.css
@@ -34,4 +34,16 @@ h2 {
h3 {
font-size: 1.25rem;
+}
+
+input:not(.search) {
+ @apply px-4 py-2 rounded-md w-full bg-[#1C1C21] border border-[#2E2E32] placeholder:text-[#8A8E90] text-white focus-visible:outline-none transition-colors duration-300 ease-out overflow-hidden;
+
+ &[type="file"] {
+ @apply p-0 cursor-pointer;
+
+ &::file-selector-button {
+ @apply px-2 py-2 mr-1 bg-[hsl(240,6%,18%)] text-white cursor-pointer;
+ }
+ }
}
\ No newline at end of file
diff --git a/templates/views/admin/index.hbs b/templates/views/admin/index.hbs
index d079269..46a09eb 100644
--- a/templates/views/admin/index.hbs
+++ b/templates/views/admin/index.hbs
@@ -1,180 +1,170 @@
-
{{this.Description}}
-