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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user