diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-09 21:05:31 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-09 21:05:39 +0300 |
commit | 619f675114883488897ede480654a99dde9ab159 (patch) | |
tree | 4f2bb923295c60c4e403bae51c5ed3570013a4de /src/pages/popup/style.css | |
parent | Added warning to pixivMoe as it's not a truly privacy friendly frontend #84 (diff) | |
download | libredirect-619f675114883488897ede480654a99dde9ab159.zip |
Fixed alwaysUsePreferred bug #96. Added way to customize Popup. Added oldReddit to targets
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 |