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/popup.html | 7 ++----- src/pages/popup/style.css | 5 +++++ 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 src/pages/popup/style.css (limited to 'src/pages/popup') diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index 900f6256..4c90b258 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -4,14 +4,11 @@ - + - - - - +

Youtube

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