refactor: Enhance LogList component layout and styles; improve footer and logs styles for better readability and responsiveness

This commit is contained in:
2025-05-02 19:09:05 +05:30
parent fb0da32504
commit 70b48b39cf
3 changed files with 54 additions and 11 deletions

View File

@@ -60,8 +60,12 @@
}
.version {
font-size: var(--font-size-tiny);
display: flex;
gap: 6px;
.icon{
@include flex-center;
}
}
}
}