mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
fix import in FF; fix table styles in FF
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
.header-container {
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: -1px;;
|
||||
top: -1px;
|
||||
left: -1px;
|
||||
width: calc(100% + 2px);
|
||||
padding-left: 7px;
|
||||
@@ -18,10 +18,17 @@
|
||||
border-radius: 5px 5px 0 0;
|
||||
}
|
||||
|
||||
@supports (-moz-appearance:none) {
|
||||
.header-container {
|
||||
top: 0;
|
||||
padding-left: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.header-container > div {
|
||||
display: flex;
|
||||
width: fit-content;
|
||||
padding-right: 10px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
.table-container {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user