From aeef1b7778c52697ec26502c253c020d5b2803bd Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 30 Jan 2022 01:34:33 +0300 Subject: Updating options.html design --- src/pages/popup/style.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/pages/popup/style.css (limited to 'src/pages/popup/style.css') diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css new file mode 100644 index 00000000..098e6728 --- /dev/null +++ b/src/pages/popup/style.css @@ -0,0 +1,5 @@ +body { + width: 200px; + min-height: auto; + background-color: var(--bg-main); +} \ No newline at end of file -- cgit 1.4.1