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 %}