1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

fix: improves condense view by expanding the tags (#3402)

This commit is contained in:
Amir Raminfar
2024-11-18 08:04:21 -08:00
committed by GitHub
parent 484260d492
commit 7ccc312190
9 changed files with 60 additions and 56 deletions

View File

@@ -23,7 +23,7 @@
</div>
<div
class="animate-background h-1 w-1/2 bg-gradient-radial from-primary to-transparent to-75%"
v-show="!scrollContext.paused && !scrollContext.loading"
v-show="!scrollContext.paused"
></div>
<div ref="scrollObserver" class="h-px"></div>
</main>