diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-01-30 01:34:33 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-01-30 01:34:33 +0300 |
commit | aeef1b7778c52697ec26502c253c020d5b2803bd (patch) | |
tree | 5d54205e5b47ccde0e2ce3e712d0cd6079e8b2f1 /src/pages/popup | |
parent | Merge branch 'master' of https://github.com/libredirect/LibRedirect (diff) | |
download | libredirect-aeef1b7778c52697ec26502c253c020d5b2803bd.zip |
Updating options.html design
Diffstat (limited to 'src/pages/popup')
-rw-r--r-- | src/pages/popup/popup.html | 7 | ||||
-rw-r--r-- | src/pages/popup/style.css | 5 |
2 files changed, 7 insertions, 5 deletions
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 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title></title> <link href="../stylesheets/styles.css" rel="stylesheet" /> + <link href="./style.css" rel="stylesheet" /> </head> -<body class="popup"> - - - +<body> <div class="some-block"> <h4>Youtube</h4> <input id="disable-invidious" type="checkbox" checked /> 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 |