use iframe-ed command-line
This commit is contained in:
parent
a808b28940
commit
dc42864607
6 changed files with 140 additions and 26 deletions
src/command-line
11
src/command-line/command-line-frame.scss
Normal file
11
src/command-line/command-line-frame.scss
Normal file
|
@ -0,0 +1,11 @@
|
|||
.vimvixen-command-line-frame {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 20px;
|
||||
position: fixed;
|
||||
z-index: 10000;
|
||||
border: none;
|
||||
}
|
Reference in a new issue