aboutsummaryrefslogtreecommitdiff
path: root/src/console/index.css
blob: 2d548dfac44b85c83912c31cfd60b0582aba08cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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;
}