fix styles

This commit is contained in:
NightFox 2024-02-15 18:30:58 +03:00
parent c13d83270b
commit 0f4da6e594

View File

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