mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 10:01:39 -05:00
Fix some minor CSS errors
This commit is contained in:
parent
f018af900c
commit
cdd928caa2
1 changed files with 2 additions and 4 deletions
|
@ -52,8 +52,6 @@ input {
|
|||
#completions table tr {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
height: var(--option-height);
|
||||
line-height: var(--option-height);
|
||||
}
|
||||
|
||||
#completions img {
|
||||
|
@ -71,8 +69,8 @@ input {
|
|||
}
|
||||
|
||||
#completions .sectionHeader, #completions .option {
|
||||
height: --option-height;
|
||||
line-height: --option-height;
|
||||
height: var(--option-height);
|
||||
line-height: var(--option-height);
|
||||
}
|
||||
|
||||
.url {
|
||||
|
|
Loading…
Add table
Reference in a new issue