From e559aeb15077692f119779c311dfd4a5a160cdd3 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 21 Apr 2024 00:14:08 +0200 Subject: [PATCH 1/4] centered buttons --- src/views/task/TaskHistory.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/task/TaskHistory.vue b/src/views/task/TaskHistory.vue index 6444235..ca41d24 100644 --- a/src/views/task/TaskHistory.vue +++ b/src/views/task/TaskHistory.vue @@ -65,7 +65,7 @@ whenever(n, () => {

-
+
@@ -32,4 +43,13 @@ nav { img.logo { max-width: 40px; } + +main { + flex: 1; +} + +footer { + text-align: right; + font-size: 0.8rem; +}