diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-03-23 07:23:34 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-03-23 07:23:34 +0300 |
commit | 8d73647ab9e1346949a8de59f2c61ea83a2f7ad6 (patch) | |
tree | b40846005012183953d57693c526694b812e4f30 /src/pages/stylesheets/styles.css | |
parent | Removed askubuntu and superuser from AnonymousOverflow https://github.com/lib... (diff) | |
parent | Merge pull request #909 from sgvictorino/tent-redirect-music-path (diff) | |
download | libredirect-8d73647ab9e1346949a8de59f2c61ea83a2f7ad6.zip |
Merge branch 'master' of https://github.com/libredirect/browser_extension
Diffstat (limited to 'src/pages/stylesheets/styles.css')
-rw-r--r-- | src/pages/stylesheets/styles.css | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 2aa52d57..e3212a66 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: 930px; + max-height: 970px; } section.links div { @@ -375,19 +375,27 @@ input:disabled { cursor: not-allowed; } - @media (max-width: 1250px) { body.option { flex-direction: column; - width: 750px; + width: 95vw; align-items: center; + padding: 40px 0px; } section.links { flex-direction: row; - width: 750px; + width: 95vw; padding: 0 55px; } + + section.block-option { + width: 95vw; + } + + div.checklist div x { + overflow: hidden; + } } html.mobile img, |