about summary refs log tree commit diff stats
path: root/src/pages/popup/style.css
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-04-18 10:25:50 +0300
committerManeraKai <manerakai@protonmail.com>2022-04-18 10:25:50 +0300
commitb657b1ae2ba818432fa001b07ed40e04348bb011 (patch)
tree62954fb50254dee46fc7cf9361025654ac5313a8 /src/pages/popup/style.css
parentOpening the offline redirection page if redirection failed 5 times #201 (diff)
downloadlibredirect-b657b1ae2ba818432fa001b07ed40e04348bb011.zip
Adding Raw Link Copy feature #165
Diffstat (limited to 'src/pages/popup/style.css')
-rw-r--r--src/pages/popup/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css
index a2fc1256..4cc56145 100644
--- a/src/pages/popup/style.css
+++ b/src/pages/popup/style.css
@@ -3,6 +3,10 @@ body {
     min-height: auto;
 }
 
+html, body {
+    margin: 0;
+}
+
 .hide {
     display: none !important;
 }
\ No newline at end of file