From d37dd3791c8f8b3e460c99a00ee5d1326cb50330 Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 26 Sep 2011 16:35:59 -0700 Subject: [PATCH] larger input widths --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 07e9f7418..32b6f1c02 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3417,7 +3417,7 @@ max-width: 100px;\ }\ #qr input[name=resto] {\ - width: 80px;\ + width: 90px;\ }\ #qr button + input[type=file] {\ position: absolute;\ diff --git a/script.coffee b/script.coffee index 92ae474ed..4994a5d51 100644 --- a/script.coffee +++ b/script.coffee @@ -2618,7 +2618,7 @@ Main = max-width: 100px; } #qr input[name=resto] { - width: 80px; + width: 90px; } #qr button + input[type=file] { position: absolute;