diff options
author | Soispha <soispha@vhack.eu> | 2023-12-09 12:55:10 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-09 12:55:10 +0100 |
commit | 5f2088c0bb7ea5ee1f18bc5b3ce15d707e043751 (patch) | |
tree | 0aa576cf0559dbdca25fa69f5b3a664365e6a428 /src/pages/stylesheets | |
parent | chore(manifest.json): Bump version number (diff) | |
parent | Added toggle for bookmarks menu in settings https://github.com/libredirect/br... (diff) | |
download | libredirect-5f2088c0bb7ea5ee1f18bc5b3ce15d707e043751.zip |
chore(Merge): remote-tracking branch 'origin/master'
Diffstat (limited to 'src/pages/stylesheets')
-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 225023ec..2519a05f 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -131,7 +131,7 @@ section.links { flex-wrap: wrap; flex-direction: column; width: 350px; - max-height: 890px; + max-height: 930px; } section.links div { |