about summary refs log tree commit diff stats
path: root/src/pages
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2024-03-14 13:28:47 +0300
committerManeraKai <manerakai@protonmail.com>2024-03-14 13:28:47 +0300
commitc4331d18204a9229ab37e483bc5053058e7b19ae (patch)
treea1baaa874602fdffebaa7b24cc8c49fa7ce76ac7 /src/pages
parentHided hr in popup when no upper buttons are present (diff)
downloadlibredirect-c4331d18204a9229ab37e483bc5053058e7b19ae.zip
Made Settings page more responsive
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/stylesheets/styles.css14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index 2aa52d57..5de72477 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -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,