Fix popup not opening
This commit is contained in:
parent
13bd280062
commit
52b94003bf
@ -2,11 +2,11 @@
|
|||||||
<div v-if="showNotification" class="uw-ultrawidify-container flex flex-column overflow-hidden">
|
<div v-if="showNotification" class="uw-ultrawidify-container flex flex-column overflow-hidden">
|
||||||
<div class="notification-popup flex flex-row">
|
<div class="notification-popup flex flex-row">
|
||||||
<div v-if="notificationIcon" class="flex-nogrow flex-noshrink notification-icon">
|
<div v-if="notificationIcon" class="flex-nogrow flex-noshrink notification-icon">
|
||||||
<Icon
|
<!-- <Icon
|
||||||
class="flex-nogrow flex-noshrink"
|
class="flex-nogrow flex-noshrink"
|
||||||
:icon="notificationIcon"
|
:icon="notificationIcon"
|
||||||
>
|
>
|
||||||
</Icon>
|
</Icon> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="notification-content flex-grow flex-shrink flex flex-column flex-cross-center">
|
<div class="notification-content flex-grow flex-shrink flex flex-column flex-cross-center">
|
||||||
<div
|
<div
|
||||||
|
@ -304,7 +304,7 @@ export default {
|
|||||||
Donate,
|
Donate,
|
||||||
SiteDetailsPanel,
|
SiteDetailsPanel,
|
||||||
WhatsNewPanel,
|
WhatsNewPanel,
|
||||||
Icon,
|
// Icon,
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async sleep(t) {
|
async sleep(t) {
|
||||||
|
Loading…
Reference in New Issue
Block a user