diff --git a/4chan_x.user.js b/4chan_x.user.js
index 5b712393b..a64d5f9bd 100644
--- a/4chan_x.user.js
+++ b/4chan_x.user.js
@@ -2282,12 +2282,12 @@
Quote Backlinks are disabled.
\
\
Time Formatting is disabled.
\
\
Time formatting\
- - :
\
+ - :
\
- Supported format specifiers:
\
- Day: %a, %A, %d, %e
\
- Month: %m, %b, %B
\
@@ -2299,7 +2299,7 @@
File Info Formatting is disabled.
\
\
File Info Formatting\
- - :
\
+ - :
\
- Link (with original file name): %l (lowercase L, truncated), %L (untruncated)
\
- Original file name: %n (Truncated), %N (Untruncated)
\
- Spoiler indicator: %p
\
@@ -2355,6 +2355,7 @@
for (_i = 0, _len = _ref1.length; _i < _len; _i++) {
ta = _ref1[_i];
ta.textContent = $.get(ta.name, Conf[ta.name]);
+ ta.className = 'field';
$.on(ta, 'change', $.cb.value);
}
(back = $('[name=backlink]', dialog)).value = $.get('backlink', Conf['backlink']);
@@ -2374,7 +2375,7 @@
for (key in _ref2) {
arr = _ref2[key];
tr = $.el('tr', {
- innerHTML: "" + arr[1] + " | | "
+ innerHTML: "" + arr[1] + " | | "
});
input = $('input', tr);
input.value = $.get(key, Conf[key]);
@@ -2471,7 +2472,7 @@
html += "";
}
checked = Conf['Auto Update'] ? 'checked' : '';
- html += " ";
+ html += " ";
dialog = UI.dialog('updater', 'bottom: 0; right: 0;', html);
this.count = $('#count', dialog);
this.timer = $('#timer', dialog);
@@ -4575,12 +4576,14 @@ h1 {\
font: 13px sans-serif;\
margin: 0;\
padding: 2px 4px 3px;\
- width: 30%;\
-webkit-transition: color .25s, border .25s;\
-moz-transition: color .25s, border .25s;\
-o-transition: color .25s, border .25s;\
transition: color .25s, border .25s;\
}\
+#qr .field:not(#dump) {\
+ width: 30%;\
+}\
.field:-moz-placeholder,\
.field:hover:-moz-placeholder {\
color: #AAA;\
@@ -4593,7 +4596,7 @@ h1 {\
textarea.field {\
min-height: 120px;\
}\
-.field:only-child {\
+#qr .field:only-child {\
display: block;\
min-width: 100%;\
}\
@@ -4702,9 +4705,7 @@ body.unscroll {\
overflow: auto;\
}\
#content textarea {\
- box-sizing: border-box;\
- -moz-box-sizing: border-box;\
- margin: 0;\
+ font-family: monospace;\
min-height: 100px;\
resize: vertical;\
width: 100%;\
@@ -4716,9 +4717,6 @@ body.unscroll {\
#updater {\
text-align: right;\
}\
-#updater input[type=text] {\
- width: 50px;\
-}\
#updater:not(:hover) {\
border: none;\
background: transparent;\
diff --git a/script.coffee b/script.coffee
index ec6388328..7179421b9 100644
--- a/script.coffee
+++ b/script.coffee
@@ -1749,12 +1749,12 @@ Options =
Quote Backlinks are disabled.
Time Formatting is disabled.