feat: make tridactyl actually work on more sites

This commit is contained in:
Swarsel 2024-12-08 12:27:31 +01:00
parent 8f89f73b20
commit 4ae2322a80
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 40 additions and 5 deletions

View file

@ -59,7 +59,7 @@
padding-bottom: 1rem;
}
#completions > div { max-height: calc(20 * var(--option-height));
#completions > div { max-height: calc(70 * var(--option-height));
min-height: calc(10 * var(--option-height));
}
@ -93,7 +93,7 @@
min-height: unset;
}
#completions table tr td.prefix,#completions table tr td.privatewindow,#completions table tr td.container,#completions table tr td.icon { display: none;
#completions table tr td.prefix,#completions table tr td.privatewindow,#completions table tr td.container,#completions table tr td.icon { display: true;
}
#completions .BufferCompletionSource table { width: unset;