mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 19:26:00 +00:00
fixed/removed svelte warnings
This commit is contained in:
@@ -50,13 +50,13 @@
|
||||
.label {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
.order-index {
|
||||
/* .order-index {
|
||||
font-size: 10pt;
|
||||
margin-left: -3px;
|
||||
margin-right: 2px;
|
||||
top: -1px;
|
||||
position: relative;
|
||||
}
|
||||
} */
|
||||
.label {
|
||||
flex: 1;
|
||||
min-width: 10px;
|
||||
@@ -69,13 +69,13 @@
|
||||
align-self: center;
|
||||
font-size: 18px;
|
||||
}
|
||||
.grouping {
|
||||
/* .grouping {
|
||||
color: var(--theme-font-alt);
|
||||
white-space: nowrap;
|
||||
}
|
||||
.data-type {
|
||||
color: var(--theme-font-3);
|
||||
}
|
||||
} */
|
||||
|
||||
th {
|
||||
/* border: 1px solid var(--theme-border); */
|
||||
|
||||
Reference in New Issue
Block a user