Tiny adjustments.
This commit is contained in:
parent
18bfdce822
commit
56a007e9a7
File diff suppressed because one or more lines are too long
@ -456,8 +456,12 @@ a[href="javascript:;"] {
|
||||
min-width: 300px;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
}
|
||||
#qr .move {
|
||||
-webkit-align-self: stretch;
|
||||
align-self: stretch;
|
||||
-webkit-flex: 1;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
@ -60,6 +60,7 @@ QR =
|
||||
error: err
|
||||
close: ->
|
||||
QR.nodes.el.hidden = true
|
||||
QR.cleanNotifications()
|
||||
QR.abort()
|
||||
d.activeElement.blur()
|
||||
$.rmClass QR.nodes.el, 'dump'
|
||||
@ -69,7 +70,6 @@ QR =
|
||||
QR.status()
|
||||
if !Conf['Remember Spoiler'] and QR.nodes.spoiler.checked
|
||||
QR.nodes.spoiler.click()
|
||||
QR.cleanNotifications()
|
||||
hide: ->
|
||||
d.activeElement.blur()
|
||||
$.addClass QR.nodes.el, 'autohide'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user