Clean up some wasted vertical space in sidebar
Clean up some wasted vertical space in sidebar and make other small changes so more fits on 1366x768 screens (most common res) without scrolling.
This commit is contained in:
@ -36,7 +36,7 @@ var setup = function() {
|
||||
$('head').append('<style>' +
|
||||
'.res #address { border: 1px solid #0076b6; }' +
|
||||
'.enl #address { border: 1px solid #017f01; }' +
|
||||
'#address { margin:5px; padding:3px; margin-top:120px; margin-right:8px; font-size:11px; background-color:rgba(0, 0, 0, 0.7); text-align:center; white-space:nowrap; overflow:hidden; }' +
|
||||
'#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; }' +
|
||||
'</style>');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user