diff --git a/templates/auto_pt/settings.html b/templates/auto_pt/settings.html index 7595597..698e072 100644 --- a/templates/auto_pt/settings.html +++ b/templates/auto_pt/settings.html @@ -15,7 +15,9 @@ font-family: 'Heiti SC'; line-height: 24px; border: 1px solid #eee; - height: 600px; + height: 800px; + min-height: 780px; + max-height: 800px; width: 100%; word-spacing: 3px; letter-spacing: 2px; @@ -23,21 +25,6 @@ overflow-y: scroll; word-break: break-all; } - - settings { - background-color: #1f2c39 !important;; - color: whitesmoke; - border: 2px solid dimgrey; - border-radius: 3px; - line-height: 20px; - font-size: 16px; - width: 100%; - height: 700px; - padding: 5px; - overflow-y: scroll; - word-break: break-all; - } -
@@ -53,9 +40,7 @@