mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
feat: adds a side panel for complex logs that enables reordering and enabling fields (#3237)
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="animate-background h-1 bg-gradient-to-br from-primary via-transparent to-primary"
|
||||
class="animate-background h-1 bg-gradient-to-br from-primary via-primary/20 to-primary"
|
||||
v-show="!scrollContext.paused && !scrollContext.loading"
|
||||
></div>
|
||||
<div ref="scrollObserver" class="h-px"></div>
|
||||
@@ -96,7 +96,7 @@ function scrollToBottom(behavior: "auto" | "smooth" = "auto") {
|
||||
|
||||
.animate-background {
|
||||
background-size: 400% 400%;
|
||||
animation: gradient-animation 4s ease infinite;
|
||||
animation: gradient-animation 5s ease infinite;
|
||||
}
|
||||
|
||||
@keyframes gradient-animation {
|
||||
|
||||
Reference in New Issue
Block a user