From b657b1ae2ba818432fa001b07ed40e04348bb011 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Mon, 18 Apr 2022 10:25:50 +0300 Subject: Adding Raw Link Copy feature #165 --- src/pages/popup/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pages/popup/style.css') 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 -- cgit 1.4.1