From 426555c0fadffca126f84f0fa1f1e59f9c2d652d Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 29 Jul 2023 00:19:25 +0300 Subject: Improved UI for narrow screens https://github.com/libredirect/browser_extension/issues/748 --- src/pages/stylesheets/styles.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src') 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 -- cgit 1.4.1