1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00

fix import in FF; fix table styles in FF

This commit is contained in:
lana-k
2020-11-16 16:20:13 +01:00
parent 3d059ecf0c
commit e1969bf553
3 changed files with 20 additions and 10 deletions

View File

@@ -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%;