diff --git a/frontend/src/components/Navigation.vue b/frontend/src/components/Navigation.vue index 352447412..3af7e300c 100644 --- a/frontend/src/components/Navigation.vue +++ b/frontend/src/components/Navigation.vue @@ -122,9 +122,9 @@ getPlatforms() - + - + diff --git a/frontend/src/components/RomDetails.vue b/frontend/src/components/RomDetails.vue index 7e4176530..ca0295b58 100644 --- a/frontend/src/components/RomDetails.vue +++ b/frontend/src/components/RomDetails.vue @@ -159,16 +159,17 @@ async function deleteRom() { - + - -
+
+ +
- - + + {{ rom.name }} @@ -181,11 +182,11 @@ async function deleteRom() {
- + - + Apply diff --git a/frontend/src/components/RomsGallery.vue b/frontend/src/components/RomsGallery.vue index c5cbce09c..922233809 100644 --- a/frontend/src/components/RomsGallery.vue +++ b/frontend/src/components/RomsGallery.vue @@ -62,7 +62,7 @@ onMounted(() => { if(localStorage.getItem('currentPlatform')){ getRoms(JSON.pars - +