move messages to content
This commit is contained in:
parent
1145eb3478
commit
6551420e1a
15 changed files with 12 additions and 12 deletions
12
src/content/console-frame.scss
Normal file
12
src/content/console-frame.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
.vimvixen-console-frame {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
z-index: 10000;
|
||||
border: none;
|
||||
pointer-events:none;
|
||||
}
|
Reference in a new issue