mirror of
https://github.com/romancm/gamebrary
synced 2024-11-23 19:53:14 +00:00
Hide close button in popover mode
This commit is contained in:
parent
7b467f1aa8
commit
f5f3ac1996
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
/>
|
||||
|
||||
<div :class="['content', { large, padded, dark: darkModeEnabled }]" @click.stop>
|
||||
<i class="close fas fa-times" @click="close" />
|
||||
<i class="close fas fa-times" @click="close" v-if="!popover" />
|
||||
|
||||
<header v-if="!popover && title">
|
||||
<h2>{{ title }}</h2>
|
||||
|
|
Loading…
Reference in a new issue