🐛 Hotfix: History entries refusing to add
This commit is contained in:
@@ -97,7 +97,7 @@ TODO:
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.virtual-list {
|
.virtual-list {
|
||||||
max-height: calc(100vh - 276px);
|
max-height: calc(100vh - 286px);
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.virtual-list {
|
.virtual-list {
|
||||||
max-height: calc(100vh - 276px);
|
max-height: calc(100vh - 241px);
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
v-if="fb.currentFeeds.length !== 0"
|
v-if="fb.currentFeeds.length !== 0"
|
||||||
class="virtual-list"
|
class="virtual-list"
|
||||||
:class="{ filled: fb.currentFeeds.length }"
|
:class="{ filled: fb.currentFeeds.length }"
|
||||||
:size="90"
|
:size="180"
|
||||||
:remain="Math.min(5, fb.currentFeeds.length)"
|
:remain="Math.min(6, fb.currentFeeds.length)"
|
||||||
>
|
>
|
||||||
<ul v-for="feed in fb.currentFeeds" :key="feed.id" class="entry">
|
<ul v-for="feed in fb.currentFeeds" :key="feed.id" class="entry">
|
||||||
<div class="show-on-large-screen">
|
<div class="show-on-large-screen">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.virtual-list {
|
.virtual-list {
|
||||||
max-height: calc(100vh - 288px);
|
max-height: calc(100vh - 294px);
|
||||||
}
|
}
|
||||||
|
|
||||||
ul,
|
ul,
|
||||||
|
|||||||
@@ -262,7 +262,7 @@
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.virtual-list {
|
.virtual-list {
|
||||||
max-height: calc(100vh - 284px);
|
max-height: calc(100vh - 294px);
|
||||||
|
|
||||||
[readonly] {
|
[readonly] {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-if="isActive">
|
<div v-show="isActive">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user