diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-07-29 20:36:08 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-07-29 20:36:08 +0300 |
commit | 51a7639c647f2836fed67c10aa9c79990135da7c (patch) | |
tree | bf55e33ffca5f2eebaf4639f54897fe73b7f3296 /src/pages/stylesheets/styles.css | |
parent | Improved UI for narrow screens https://github.com/libredirect/browser_extensi... (diff) | |
download | libredirect-51a7639c647f2836fed67c10aa9c79990135da7c.zip |
Added SafeTwitch https://github.com/libredirect/browser_extension/issues/760
Diffstat (limited to 'src/pages/stylesheets/styles.css')
-rw-r--r-- | src/pages/stylesheets/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 49e8e54d..836a4007 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -128,7 +128,7 @@ section.links { flex-wrap: wrap; flex-direction: column; width: 300px; - max-height: 850px; + max-height: 880px; } section.links div { |