diff --git a/4chan_x.user.js b/4chan_x.user.js index 2ea3fdb0b..e1680e335 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1378,7 +1378,7 @@ QR.qr = qr = ui.dialog('qr', { top: '0', left: '0' - }, " X
Subject Name Email
120 Captchas
Derp
", { + }, " X
Subject Name Email
120 Captchas
Derp
", { /* " X @@ -3454,6 +3454,15 @@ #qr #autohide, #qr .close {\ float: right;\ }\ + #qr .input input {\ + width: 60px;\ + }\ + #qr .input:not(:hover) input:not(:focus) {\ + display: none;\ + }\ + #qr .input:hover span, #qr .input input:focus + span {\ + display: none;\ + }\ #qr:not(:hover) #autohide:checked ~ .autohide {\ height: 0;\ overflow: hidden;\ diff --git a/script.coffee b/script.coffee index a14e8ce8a..862678e57 100644 --- a/script.coffee +++ b/script.coffee @@ -1072,9 +1072,9 @@ QR =
- Subject - Name - Email + Subject + Name + Email
@@ -1091,6 +1091,21 @@ QR =
" + + + + + + + + + + + + + + + ### " X @@ -2764,6 +2779,15 @@ main = #qr #autohide, #qr .close { float: right; } + #qr .input input { + width: 60px; + } + #qr .input:not(:hover) input:not(:focus) { + display: none; + } + #qr .input:hover span, #qr .input input:focus + span { + display: none; + } #qr:not(:hover) #autohide:checked ~ .autohide { height: 0; overflow: hidden;