aboutsummaryrefslogblamecommitdiff
path: root/src/console/index.css
blob: 2d548dfac44b85c83912c31cfd60b0582aba08cd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

               










                         
 



                     
                   
 
                   

             
 
html, body, * {
  margin: 0;
  padding: 0;

  font-style: normal;
  font-family: monospace;
  font-size: 12px;
  line-height: 16px;
}

input {
  font-style: normal;
  font-family: monospace;
  font-size: 12px;
  line-height: 16px;
}

body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.vimvixen-console {
  bottom: 0;
  margin: 0;
  padding: 0;
}