From 3cffa4fdb731caa6894eeb021aa476e1eeafeeff Mon Sep 17 00:00:00 2001 From: fofolee Date: Sun, 19 Jul 2020 01:13:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/options.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/assets/style/options.css b/src/assets/style/options.css index 64c4274..df979af 100644 --- a/src/assets/style/options.css +++ b/src/assets/style/options.css @@ -260,20 +260,24 @@ body { background: #ff3b4e; } -#options #customize .bottom { +#options #customize .bottom, +#out .bottom { position: absolute; bottom: 0; left: 30px; right: 30px; } +#out .bottom { + white-space: normal; +} #options .footBtn { float: right; background: #00af2c; border-radius: 4px; color: white; - padding: 2px 10px; + padding: 2px 5px; margin: 0px 5px; cursor: pointer; } @@ -798,7 +802,7 @@ li.CodeMirror-hint { } #quickselect .select2-results__option .icon>img { - max-width: 40px; + max-width: 35px; } #quickselect .select2-results__option--highlighted {