From dc4286460791c3b76fe29d085502a11c61c78551 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Tue, 29 Aug 2017 20:56:20 +0900 Subject: use iframe-ed command-line --- src/command-line/command-line-frame.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/command-line/command-line-frame.scss (limited to 'src/command-line/command-line-frame.scss') diff --git a/src/command-line/command-line-frame.scss b/src/command-line/command-line-frame.scss new file mode 100644 index 0000000..67bf514 --- /dev/null +++ b/src/command-line/command-line-frame.scss @@ -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; +} -- cgit v1.2.3