diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-04-18 10:25:50 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-04-18 10:25:50 +0300 |
commit | b657b1ae2ba818432fa001b07ed40e04348bb011 (patch) | |
tree | 62954fb50254dee46fc7cf9361025654ac5313a8 /src/pages/popup/style.css | |
parent | Opening the offline redirection page if redirection failed 5 times #201 (diff) | |
download | libredirect-b657b1ae2ba818432fa001b07ed40e04348bb011.zip |
Adding Raw Link Copy feature #165
Diffstat (limited to 'src/pages/popup/style.css')
-rw-r--r-- | src/pages/popup/style.css | 4 |
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 |