From 1fca10a1c1f68e7054bce7ba72bf99b16e4230e2 Mon Sep 17 00:00:00 2001 From: Ajay Date: Mon, 24 Jan 2022 22:58:03 -0500 Subject: [PATCH] Max width on options page --- public/options/options.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/public/options/options.css b/public/options/options.css index 7bfcc035..f77f84fd 100644 --- a/public/options/options.css +++ b/public/options/options.css @@ -308,14 +308,18 @@ input[type='number'] { text-align: left; padding: 80px 15% 0 3%; box-sizing: border-box; + display: flex; + justify-content: center; transition: padding 0.3s; } -#options.embed { +#options > div { + max-width: 60%; +} + +#options.embed > div { max-width: 100%; - text-align: left; - display: inline-block; } #title .profilepic { @@ -610,6 +614,7 @@ svg { #options { padding: 0 50px; } + .tab-heading { width: unset; min-width: unset; @@ -660,4 +665,8 @@ svg { #options { padding: 0 15px; } + + #options > div { + max-width: 100%; + } } \ No newline at end of file