added logs list
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user