From 6392221a44a65cbaa964e6677bb00bbdcf1bff3b Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Mon, 21 Sep 2020 22:08:44 +0900 Subject: Move console css --- src/console/index.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/console/index.css (limited to 'src/console/index.css') diff --git a/src/console/index.css b/src/console/index.css new file mode 100644 index 0000000..2d548df --- /dev/null +++ b/src/console/index.css @@ -0,0 +1,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; +} -- cgit v1.2.3