From 1d29f989083454eac1c2352308c9c9408594dc51 Mon Sep 17 00:00:00 2001 From: Tyler Popson Date: Mon, 30 Oct 2023 23:06:18 -0400 Subject: [PATCH 1/2] fixed overflow behavior --- src/statego-frontend/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/statego-frontend/src/App.vue b/src/statego-frontend/src/App.vue index 7ac8fb6..3e36d3a 100644 --- a/src/statego-frontend/src/App.vue +++ b/src/statego-frontend/src/App.vue @@ -7,7 +7,7 @@ import NavBar from './components/NavBar-Desktop.vue';
-
+
From 604196294a20f4e124e3754b3cb7dd2376169d9c Mon Sep 17 00:00:00 2001 From: Mason Napper Date: Mon, 30 Oct 2023 23:18:57 -0400 Subject: [PATCH 2/2] Overflow bug fixed, and rearranged text boxes Fixed overflow bug on pages and rearranged the time and date text boxes to be in a row instead of columns --- .../src/components/SessionLog.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/statego-frontend/src/components/SessionLog.vue b/src/statego-frontend/src/components/SessionLog.vue index 12f6843..b073a58 100644 --- a/src/statego-frontend/src/components/SessionLog.vue +++ b/src/statego-frontend/src/components/SessionLog.vue @@ -10,18 +10,18 @@ function addPlayer() {}