From 77f44ec1db3395d27c5228540fe3a9eea785406f Mon Sep 17 00:00:00 2001 From: legonzaur Date: Fri, 3 May 2024 17:00:31 +0200 Subject: [PATCH] small css changes --- app.vue | 4 ++ components/CardPreview.vue | 1 + components/CardSlot.vue | 8 +++- components/GameBoard.vue | 6 +-- components/PlayerStats.vue | 58 +++++++++++++++++++++++++ components/SelfView.vue | 86 ++++++++++++++++---------------------- 6 files changed, 108 insertions(+), 55 deletions(-) create mode 100644 components/PlayerStats.vue diff --git a/app.vue b/app.vue index a38bd91..7aba6ec 100644 --- a/app.vue +++ b/app.vue @@ -23,4 +23,8 @@ let username = ref('legonzaur') html { text-align: center; } + +body { + margin: 0; +} \ No newline at end of file diff --git a/components/CardPreview.vue b/components/CardPreview.vue index e348a72..866cf39 100644 --- a/components/CardPreview.vue +++ b/components/CardPreview.vue @@ -110,6 +110,7 @@ watch( } #contextMenu { + z-index: 5; position: fixed; height: 100%; width: 100%; diff --git a/components/CardSlot.vue b/components/CardSlot.vue index 4d73951..ba3b025 100644 --- a/components/CardSlot.vue +++ b/components/CardSlot.vue @@ -28,4 +28,10 @@ const unwrapped = ref(false) - \ No newline at end of file + \ No newline at end of file diff --git a/components/GameBoard.vue b/components/GameBoard.vue index 06a550e..30a7db8 100644 --- a/components/GameBoard.vue +++ b/components/GameBoard.vue @@ -1,5 +1,5 @@ + + + + diff --git a/components/SelfView.vue b/components/SelfView.vue index 64f0874..a8e330b 100644 --- a/components/SelfView.vue +++ b/components/SelfView.vue @@ -1,5 +1,5 @@