aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-07-29 00:19:25 +0300
committerManeraKai <manerakai@protonmail.com>2023-07-29 00:19:25 +0300
commit426555c0fadffca126f84f0fa1f1e59f9c2d652d (patch)
treefe292e7dc273e2df031645919281f8d3a55ef217 /src/pages/stylesheets
parentRe-added Destructables https://codeberg.org/LibRedirect/browser_extension/iss... (diff)
downloadlibredirect-426555c0fadffca126f84f0fa1f1e59f9c2d652d.zip
Improved UI for narrow screens https://github.com/libredirect/browser_extension/issues/748
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index fb246b7f..49e8e54d 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -479,4 +479,18 @@ input:disabled {
div.about a {
width: 500px;
display: inline-block;
+}
+
+@media (max-width: 1250px) {
+ body.option {
+ flex-direction: column;
+ width: 750px;
+ align-items: center;
+ }
+
+ section.links {
+ flex-direction: row;
+ width: 750px;
+ padding: 0 55px;
+ }
} \ No newline at end of file