diff options
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 477035bb..a2fc1256 100644 --- a/src/pages/popup/style.css +++ b/src/pages/popup/style.css @@ -1,4 +1,8 @@ body { width: 240px; min-height: auto; +} + +.hide { + display: none !important; } \ No newline at end of file |