lint
This commit is contained in:
parent
f31bec7ef8
commit
af734afe36
@ -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
|
||||||
@ -26,13 +26,13 @@
|
|||||||
type="button"
|
type="button"
|
||||||
@click="scrollToTop"
|
@click="scrollToTop"
|
||||||
>
|
>
|
||||||
<FALayers class="fa-scale-110 fa-old-padding-layer">
|
<FALayers class="fa-scale-110 fa-old-padding-layer">
|
||||||
<FAIcon icon="arrow-up" />
|
<FAIcon icon="arrow-up" />
|
||||||
<FAIcon
|
<FAIcon
|
||||||
icon="minus"
|
icon="minus"
|
||||||
transform="up-7"
|
transform="up-7"
|
||||||
/>
|
/>
|
||||||
</FALayers>
|
</FALayers>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
v-if="unseenCount"
|
v-if="unseenCount"
|
||||||
|
@ -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 () {
|
||||||
|
Loading…
Reference in New Issue
Block a user