mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
chore: minor clean up
This commit is contained in:
@@ -60,7 +60,7 @@ const sizes = computedWithControl(eventSourceURL, () => {
|
|||||||
"w-full",
|
"w-full",
|
||||||
];
|
];
|
||||||
const result = [];
|
const result = [];
|
||||||
const iterations = 30;
|
const iterations = 18;
|
||||||
for (let i = 0; i < iterations; i++) {
|
for (let i = 0; i < iterations; i++) {
|
||||||
result.push(sizeOptions[Math.floor(Math.random() * sizeOptions.length)]);
|
result.push(sizeOptions[Math.floor(Math.random() * sizeOptions.length)]);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
<div class="mr-16 text-right">
|
<div class="mr-16 text-right">
|
||||||
<transition name="fade">
|
<transition name="fade">
|
||||||
<button
|
<button
|
||||||
class="transition-colorsblur-xs dark btn btn-primary text-primary-content fixed bottom-8 rounded-sm p-3 shadow-sm"
|
class="btn btn-primary text-primary-content fixed bottom-8 rounded-sm p-3 shadow-sm transition-colors"
|
||||||
:class="hasMore ? 'btn-secondary animate-bounce-fast text-secondary-content' : ''"
|
:class="hasMore ? 'btn-secondary animate-bounce-fast text-secondary-content' : ''"
|
||||||
@click="scrollToBottom()"
|
@click="scrollToBottom()"
|
||||||
v-show="scrollContext.paused"
|
v-show="scrollContext.paused"
|
||||||
|
|||||||
Reference in New Issue
Block a user