minimal sql console API and UI

This commit is contained in:
Gani Georgiev
2026-05-24 09:30:30 +03:00
parent db853850ab
commit b022e138d4
21 changed files with 984 additions and 21 deletions
+17
View File
@@ -317,6 +317,22 @@ table {
min-width: 900px;
border-radius: 0;
}
table > :first-child > tr:first-child {
> :first-child {
border-top-left-radius: 0;
}
> :last-child {
border-top-right-radius: 0;
}
}
table > :last-child > tr:last-child {
> :first-child {
border-bottom-left-radius: 0;
}
> :last-child {
border-bottom-right-radius: 0;
}
}
tr {
animation: fadeIn var(--animationSpeed);
}
@@ -342,6 +358,7 @@ table {
td,
th {
height: 59px;
border-radius: 0;
}
}