\ No newline at end of file
diff --git a/frontend/src/lib/components/containers/images.svelte b/frontend/src/lib/components/containers/images.svelte
new file mode 100644
index 0000000..1b75f2a
--- /dev/null
+++ b/frontend/src/lib/components/containers/images.svelte
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/src/lib/components/containers/marks.svelte b/frontend/src/lib/components/containers/marks.svelte
new file mode 100644
index 0000000..16c27bb
--- /dev/null
+++ b/frontend/src/lib/components/containers/marks.svelte
@@ -0,0 +1,39 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/src/lib/components/containers/queue.svelte b/frontend/src/lib/components/containers/queue.svelte
new file mode 100644
index 0000000..c9e5caf
--- /dev/null
+++ b/frontend/src/lib/components/containers/queue.svelte
@@ -0,0 +1,8 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/src/lib/components/create_button.svelte b/frontend/src/lib/components/create_button.svelte
index 1cbda9e..44f051f 100644
--- a/frontend/src/lib/components/create_button.svelte
+++ b/frontend/src/lib/components/create_button.svelte
@@ -1,10 +1,21 @@
-
+
\ No newline at end of file
diff --git a/frontend/src/lib/components/img_button.svelte b/frontend/src/lib/components/img_button.svelte
index 3a2fab9..14dcd9c 100644
--- a/frontend/src/lib/components/img_button.svelte
+++ b/frontend/src/lib/components/img_button.svelte
@@ -22,6 +22,7 @@
.imgbutton img {
margin-left: auto;
margin-right: auto;
+ margin: 0;
width: 2rem;
}
diff --git a/frontend/src/lib/components/horisontal_item.svelte b/frontend/src/lib/components/mark.svelte
similarity index 97%
rename from frontend/src/lib/components/horisontal_item.svelte
rename to frontend/src/lib/components/mark.svelte
index 8ae46fd..164e881 100644
--- a/frontend/src/lib/components/horisontal_item.svelte
+++ b/frontend/src/lib/components/mark.svelte
@@ -23,7 +23,7 @@
{#if compl_data}
diff --git a/frontend/src/lib/components/queue_item.svelte b/frontend/src/lib/components/queue_item.svelte
index 748eb26..17a8ec7 100644
--- a/frontend/src/lib/components/queue_item.svelte
+++ b/frontend/src/lib/components/queue_item.svelte
@@ -7,7 +7,7 @@
let { date, name } = $props();
-