added logs list-v2

This commit is contained in:
Nalvazhuthi
2025-05-02 17:39:43 +05:30
10 changed files with 165 additions and 132 deletions

View File

@@ -177,8 +177,6 @@
.panel {
position: absolute;
// background: var(--background-color);
// box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
border-radius: 6px;
overflow: auto;
@@ -415,8 +413,8 @@
}
path {
stroke: var(--text-color);
strokeWidth: 2;
stroke: var(--text-button-color);
stroke-width: 2;
}
}
@@ -920,8 +918,6 @@
// Add button
.extra-Bs {}
.extra-Bs-addopening {
animation: slideDown 0.3s ease forwards;
}