new design for rendertest #8

Merged
provod merged 28 commits from NightFox/HLRTest:master into master 2024-02-15 23:35:42 +01:00
Showing only changes of commit 0f4da6e594 - Show all commits

View File

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