Fix show-portal-address - display glitch since 767275f
This commit is contained in:
@ -39,7 +39,7 @@ var setup = function() {
|
|||||||
$('head').append('<style>' +
|
$('head').append('<style>' +
|
||||||
'.res #address { border: 1px solid #0076b6; }' +
|
'.res #address { border: 1px solid #0076b6; }' +
|
||||||
'.enl #address { border: 1px solid #017f01; }' +
|
'.enl #address { border: 1px solid #017f01; }' +
|
||||||
'#address { margin:5px; padding:3px; margin-top:110px; margin-right:8px; font-size:11px; background-color:rgba(0, 0, 0, 0.7); text-align:center; white-space:nowrap; overflow:hidden; }' +
|
'#address { position: absolute; bottom: 0; left: 5px; right: 8px; padding: 3px; font-size: 11px; background-color: rgba(0, 0, 0, 0.7); text-align: center; overflow: hidden; }' +
|
||||||
'</style>');
|
'</style>');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user