File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 104
104
<transition name =" vac-fade-message" >
105
105
<infinite-loading
106
106
v-if =" messages.length"
107
+ :class =" { 'vac-infinite-loading': !messagesLoaded }"
107
108
spinner =" spiral"
108
109
direction =" top"
110
+ :distance =" 0"
109
111
@infinite =" loadMoreMessages"
110
112
>
111
113
<div slot =" spinner" >
@@ -910,6 +912,10 @@ export default {
910
912
margin-bottom : 20px ;
911
913
}
912
914
915
+ .vac-infinite-loading {
916
+ height : 68px ;
917
+ }
918
+
913
919
.vac-icon-scroll {
914
920
position : absolute ;
915
921
bottom : 80px ;
@@ -1177,6 +1183,10 @@ export default {
1177
1183
margin-top : 50px ;
1178
1184
}
1179
1185
1186
+ .vac-infinite-loading {
1187
+ height : 58px ;
1188
+ }
1189
+
1180
1190
.vac-box-footer {
1181
1191
border-top : var (--chat-border-style-input );
1182
1192
padding : 7px 2px 7px 7px ;
You can’t perform that action at this time.
0 commit comments