1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 22:39:18 +01:00

chore: minor clean up

This commit is contained in:
Amir Raminfar
2025-04-23 14:57:28 -07:00
parent 85c42eed11
commit 7c59060e1e
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ const sizes = computedWithControl(eventSourceURL, () => {
"w-full",
];
const result = [];
const iterations = 30;
const iterations = 18;
for (let i = 0; i < iterations; i++) {
result.push(sizeOptions[Math.floor(Math.random() * sizeOptions.length)]);
}

View File

@@ -28,7 +28,7 @@
<div class="mr-16 text-right">
<transition name="fade">
<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' : ''"
@click="scrollToBottom()"
v-show="scrollContext.paused"