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

@@ -6,7 +6,7 @@
z-index: 1;
display: flex;
justify-content: space-between;
padding: 6px;
padding: 12px 24px;
.selection-wrapper {
display: flex;
@@ -22,8 +22,7 @@
color: var(--text-color);
.selector {
color: var(--text-button-color);
font-weight: 200;
color: var(--text-color);
}
}
}
@@ -34,13 +33,14 @@
.logs-detail,
.version {
border-radius: 12px;
background: var(--background-color);
padding: 3px 6px;
color: var(--text-button-color);
font-weight: 200;
color: var(--text-color);
display: flex;
align-items: center;
gap: 6px;
}
.logs-detail {