From d38fba7365de3cd4902d3ca13e37a97696210b58 Mon Sep 17 00:00:00 2001
From: Per Stark
Date: Thu, 30 Jan 2025 09:17:55 +0100
Subject: [PATCH] chore: cleaning up templates
---
assets/style.css | 12 +++++++++++
templates/icons/delete_icon.html | 5 +++++
templates/icons/edit_icon.html | 5 +++++
templates/index/signed_in/active_jobs.html | 18 ++++------------
templates/index/signed_in/recent_content.html | 21 ++++++-------------
5 files changed, 32 insertions(+), 29 deletions(-)
create mode 100644 templates/icons/delete_icon.html
create mode 100644 templates/icons/edit_icon.html
diff --git a/assets/style.css b/assets/style.css
index 5c461a2..1bb342d 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -3469,6 +3469,18 @@
width: var(--size);
height: var(--size);
}
+ .size-2 {
+ width: calc(var(--spacing) * 2);
+ height: calc(var(--spacing) * 2);
+ }
+ .size-4 {
+ width: calc(var(--spacing) * 4);
+ height: calc(var(--spacing) * 4);
+ }
+ .size-5 {
+ width: calc(var(--spacing) * 5);
+ height: calc(var(--spacing) * 5);
+ }
.size-6 {
width: calc(var(--spacing) * 6);
height: calc(var(--spacing) * 6);
diff --git a/templates/icons/delete_icon.html b/templates/icons/delete_icon.html
new file mode 100644
index 0000000..c33ce67
--- /dev/null
+++ b/templates/icons/delete_icon.html
@@ -0,0 +1,5 @@
+
\ No newline at end of file
diff --git a/templates/icons/edit_icon.html b/templates/icons/edit_icon.html
new file mode 100644
index 0000000..8756227
--- /dev/null
+++ b/templates/icons/edit_icon.html
@@ -0,0 +1,5 @@
+
\ No newline at end of file
diff --git a/templates/index/signed_in/active_jobs.html b/templates/index/signed_in/active_jobs.html
index 11ebee1..b1c6909 100644
--- a/templates/index/signed_in/active_jobs.html
+++ b/templates/index/signed_in/active_jobs.html
@@ -32,22 +32,12 @@
{{item.content.Text.text}}
{% endif %}
-
-
-
-
-
-
-
+
+
{% endfor %}
diff --git a/templates/index/signed_in/recent_content.html b/templates/index/signed_in/recent_content.html
index 426b323..28fc3ce 100644
--- a/templates/index/signed_in/recent_content.html
+++ b/templates/index/signed_in/recent_content.html
@@ -28,22 +28,13 @@
{{item.instructions}}
-
-
-
-
-
-
-
-
+
{% endfor %}