From a370308749438588374a5f4adb623b7730f4c7f5 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Fri, 10 Feb 2023 04:17:16 +0300 Subject: Added WaybackClassic https://github.com/libredirect/libredirect/issues/578 --- src/pages/stylesheets/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pages') 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 { -- cgit 1.4.1