about summary refs log tree commit diff stats
path: root/src/pages
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-02-10 04:17:16 +0300
committerManeraKai <manerakai@protonmail.com>2023-02-10 04:17:16 +0300
commita370308749438588374a5f4adb623b7730f4c7f5 (patch)
tree9b1094cd4439b28129f99fec0cf3866900ad9680 /src/pages
parentFixed typo (diff)
downloadlibredirect-a370308749438588374a5f4adb623b7730f4c7f5.zip
Added WaybackClassic https://github.com/libredirect/libredirect/issues/578
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/stylesheets/styles.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index b493af69..f8eed255 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -48,6 +48,7 @@ div.some-block input[type="checkbox"] {
 	display: flex;
 	align-items: center;
 	text-decoration: none;
+	width: min-content;
 	color: var(--text);
 }
 
@@ -110,7 +111,7 @@ section.option-block h2 {
 body.option {
 	display: flex;
 	padding: 40px;
-	width: 1130px;
+	width: 1150px;
 }
 
 section.links {