fix styles
This commit is contained in:
parent
e31145b06f
commit
cd40509b5b
@ -420,7 +420,11 @@ th {
|
|||||||
}
|
}
|
||||||
th.table-sticky {
|
th.table-sticky {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 2.7em; /* FIXME */
|
||||||
|
}
|
||||||
|
.mini th.table-sticky {
|
||||||
|
position: sticky;
|
||||||
|
top: 3.53em; /* FIXME */
|
||||||
}
|
}
|
||||||
#options.sticky + #table th.table-sticky {
|
#options.sticky + #table th.table-sticky {
|
||||||
top: calc(var(--options-height) + 2.74em); /* FIXME */
|
top: calc(var(--options-height) + 2.74em); /* FIXME */
|
||||||
@ -438,7 +442,7 @@ th.table-sticky {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.filter.sticky {
|
#options.sticky + #table .filter.sticky {
|
||||||
top: calc(var(--options-height) + 0.0em); /* FIXME */
|
top: calc(var(--options-height) + 0.0em); /* FIXME */
|
||||||
}
|
}
|
||||||
.mini .sidebar #options.sticky + #table .filter.sticky {
|
.mini .sidebar #options.sticky + #table .filter.sticky {
|
||||||
@ -447,6 +451,12 @@ th.table-sticky {
|
|||||||
.filter input {
|
.filter input {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
#options .filter.sticky {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
input[type=range] { vertical-align: middle; }
|
input[type=range] { vertical-align: middle; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user