fix completion
This commit is contained in:
parent
73a4fe0bb1
commit
ee9359c138
3 changed files with 11 additions and 4 deletions
|
@ -8,6 +8,7 @@ body {
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.vimvixen-console {
|
||||
|
@ -38,7 +39,9 @@ body {
|
|||
&-item {
|
||||
padding-left: 1.5rem;
|
||||
background-position: 0 center;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
white-space: nowrap;
|
||||
|
||||
&-caption {
|
||||
display: inline-block;
|
||||
|
|
Reference in a new issue