mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-09 08:00:47 +02:00
minimal sql console API and UI
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user