new design for rendertest #8
@ -420,7 +420,11 @@ th {
|
||||
}
|
||||
th.table-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 {
|
||||
top: calc(var(--options-height) + 2.74em); /* FIXME */
|
||||
@ -438,7 +442,7 @@ th.table-sticky {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.filter.sticky {
|
||||
#options.sticky + #table .filter.sticky {
|
||||
top: calc(var(--options-height) + 0.0em); /* FIXME */
|
||||
}
|
||||
.mini .sidebar #options.sticky + #table .filter.sticky {
|
||||
@ -447,6 +451,12 @@ th.table-sticky {
|
||||
.filter input {
|
||||
margin-left: 10px;
|
||||
}
|
||||
#options .filter.sticky {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
input[type=range] { vertical-align: middle; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user