added logs list

This commit is contained in:
Nalvazhuthi
2025-05-02 17:58:28 +05:30
27 changed files with 1250 additions and 1086 deletions

View File

@@ -1,8 +1,8 @@
.log-list-container {
width: 100vw;
height: 100vh;
background: var(--background-color-secondary);
backdrop-filter: blur(2px);
// background: var(--background-color-secondary);
// backdrop-filter: blur(2px);
.log-list-wrapper {
height: 50%;
@@ -18,6 +18,7 @@
display: flex;
flex-direction: column;
gap: 12px;
backdrop-filter: blur(50px);
.log-header {
display: flex;
@@ -30,6 +31,7 @@
}
.close {
// transform: scale(1.5);
cursor: pointer;
}
}