This commit is contained in:
Henry Jameson 2022-08-24 22:46:41 +03:00
parent f31bec7ef8
commit af734afe36
2 changed files with 9 additions and 9 deletions

View File

@ -4,9 +4,9 @@
:to="teleportTarget" :to="teleportTarget"
> >
<div <div
ref="root"
:class="{ minimal: minimalMode }" :class="{ minimal: minimalMode }"
class="Notifications" class="Notifications"
ref="root"
> >
<div :class="mainClass"> <div :class="mainClass">
<div <div

View File

@ -95,7 +95,7 @@ const Timeline = {
return this.$store.getters.mergedConfig.virtualScrolling return this.$store.getters.mergedConfig.virtualScrolling
}, },
...mapState({ ...mapState({
mobileLayout: state => state.interface.layoutType === 'mobile', mobileLayout: state => state.interface.layoutType === 'mobile'
}) })
}, },
created () { created () {