From 75220b7707dbe569dbdb5c40c29545e12b81536f Mon Sep 17 00:00:00 2001 From: taskinoz Date: Sat, 23 Dec 2023 05:17:14 +1100 Subject: feat: Move buttons in ModView to right (#667) * Added styles to move around the buttons and text * Fixed version convering to support double digits * Use unwrap_or to avoid panic * Updated mod view styling * Added setup command * chore: Revert unrelated changes * Refactored PR to use scoped CSS --------- Co-authored-by: GeckoEidechse --- src-vue/src/components/LocalModCard.vue | 76 +++++++++++++++++++++++---------- 1 file changed, 53 insertions(+), 23 deletions(-) diff --git a/src-vue/src/components/LocalModCard.vue b/src-vue/src/components/LocalModCard.vue index f8d0256d..697cced1 100644 --- a/src-vue/src/components/LocalModCard.vue +++ b/src-vue/src/components/LocalModCard.vue @@ -1,28 +1,36 @@ @@ -86,5 +94,27 @@ export default defineComponent({ -- cgit v1.2.3