lint
This commit is contained in:
parent
f31bec7ef8
commit
af734afe36
|
@ -4,9 +4,9 @@
|
|||
:to="teleportTarget"
|
||||
>
|
||||
<div
|
||||
ref="root"
|
||||
:class="{ minimal: minimalMode }"
|
||||
class="Notifications"
|
||||
ref="root"
|
||||
>
|
||||
<div :class="mainClass">
|
||||
<div
|
||||
|
@ -26,13 +26,13 @@
|
|||
type="button"
|
||||
@click="scrollToTop"
|
||||
>
|
||||
<FALayers class="fa-scale-110 fa-old-padding-layer">
|
||||
<FAIcon icon="arrow-up" />
|
||||
<FAIcon
|
||||
icon="minus"
|
||||
transform="up-7"
|
||||
/>
|
||||
</FALayers>
|
||||
<FALayers class="fa-scale-110 fa-old-padding-layer">
|
||||
<FAIcon icon="arrow-up" />
|
||||
<FAIcon
|
||||
icon="minus"
|
||||
transform="up-7"
|
||||
/>
|
||||
</FALayers>
|
||||
</button>
|
||||
<button
|
||||
v-if="unseenCount"
|
||||
|
|
|
@ -95,7 +95,7 @@ const Timeline = {
|
|||
return this.$store.getters.mergedConfig.virtualScrolling
|
||||
},
|
||||
...mapState({
|
||||
mobileLayout: state => state.interface.layoutType === 'mobile',
|
||||
mobileLayout: state => state.interface.layoutType === 'mobile'
|
||||
})
|
||||
},
|
||||
created () {
|
||||
|
|
Loading…
Reference in New Issue