mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
feat: make tridactyl actually work on more sites
This commit is contained in:
parent
8f89f73b20
commit
4ae2322a80
2 changed files with 40 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue