Skip to content

Commit

Permalink
fixed detail view
Browse files Browse the repository at this point in the history
  • Loading branch information
zurdi15 committed Jul 3, 2024
1 parent 040fd83 commit b7b9597
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/src/views/GameDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,10 @@ watch(
<v-window disabled v-model="tab" class="py-2">
<v-window-item value="details">
<v-row no-gutters :class="{ 'mx-2': mdAndUp }">
<file-info :rom="currentRom" :platform="platform" />
<game-info :rom="currentRom" />
<v-col>
<file-info :rom="currentRom" :platform="platform" />
<game-info :rom="currentRom" />
</v-col>
</v-row>
</v-window-item>
<v-window-item value="saves">
Expand Down

0 comments on commit b7b9597

Please sign in to comment.