diff options
author | Pixelcode <52963327+realpixelcode@users.noreply.github.com> | 2022-04-02 15:23:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-02 18:23:43 +0300 |
commit | ad806c6808c7feaa6585d22e19700a04fead87c8 (patch) | |
tree | 91e6c7af2b1c41a7275686e7355c2b3851be46cd /src/pages/popup/style.css | |
parent | update instances (diff) | |
download | libredirect-ad806c6808c7feaa6585d22e19700a04fead87c8.zip |
Add i18n
* add i18n for translation * German translation * Arabic translation * RTL support
Diffstat (limited to 'src/pages/popup/style.css')
-rw-r--r-- | src/pages/popup/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css index a2fc1256..c84e3c71 100644 --- a/src/pages/popup/style.css +++ b/src/pages/popup/style.css @@ -1,5 +1,5 @@ body { - width: 240px; + width: 250px; min-height: auto; } |