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;
|
min-width: 300px;
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-align-items: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
#qr .move {
|
#qr .move {
|
||||||
|
-webkit-align-self: stretch;
|
||||||
|
align-self: stretch;
|
||||||
-webkit-flex: 1;
|
-webkit-flex: 1;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -60,6 +60,7 @@ QR =
|
|||||||
error: err
|
error: err
|
||||||
close: ->
|
close: ->
|
||||||
QR.nodes.el.hidden = true
|
QR.nodes.el.hidden = true
|
||||||
|
QR.cleanNotifications()
|
||||||
QR.abort()
|
QR.abort()
|
||||||
d.activeElement.blur()
|
d.activeElement.blur()
|
||||||
$.rmClass QR.nodes.el, 'dump'
|
$.rmClass QR.nodes.el, 'dump'
|
||||||
@ -69,7 +70,6 @@ QR =
|
|||||||
QR.status()
|
QR.status()
|
||||||
if !Conf['Remember Spoiler'] and QR.nodes.spoiler.checked
|
if !Conf['Remember Spoiler'] and QR.nodes.spoiler.checked
|
||||||
QR.nodes.spoiler.click()
|
QR.nodes.spoiler.click()
|
||||||
QR.cleanNotifications()
|
|
||||||
hide: ->
|
hide: ->
|
||||||
d.activeElement.blur()
|
d.activeElement.blur()
|
||||||
$.addClass QR.nodes.el, 'autohide'
|
$.addClass QR.nodes.el, 'autohide'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user