use iframe-ed command-line

This commit is contained in:
Shin'ya Ueoka 2017-08-29 20:56:20 +09:00
parent a808b28940
commit dc42864607
6 changed files with 140 additions and 26 deletions
src/command-line

View 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;
}