This commit is contained in:
Laux Dev
2026-03-17 17:02:41 +08:00
parent 7745c83bbd
commit a220230d0b
16 changed files with 412 additions and 131 deletions

View File

@@ -86,7 +86,15 @@
align-items: flex-start;
gap: 12px;
align-self: stretch;
overflow: auto;
display: none;
}
@media (max-width: 768px) {
.cardContainer {
display: flex;
}
.tableContainer {
display: none;
}
}
.searchBarContainer {
display: flex;
@@ -103,7 +111,6 @@
background-color: transparent;
border: none;
outline: none;
background-color: transparent;
color: white;
font-family: Inter;
font-size: 16px;