From 7d4ae6e39d3804e3eb017d34f32137bd01c44421 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 4 Mar 2015 18:20:33 -0800 Subject: [PATCH] Fix alignment of /f/ tag selector with Files button. This CSS will also work for the /pol/ flag selector if that ever comes back. @Nebukazar Yet another thing to override in OneeChan. --- src/General/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index aaaefd45c..dd70024c7 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1275,7 +1275,8 @@ input.field.tripped:not(:hover):not(:focus) { align-items: stretch; margin-top: 1px; } -:root.gecko #file-n-submit > input { +:root.gecko #file-n-submit > input, +:root.gecko #qr > form > select { margin: 0px -1px -1px; } #file-n-submit input[type="submit"] {