Make it a proper left side-bar
This commit is contained in:
@@ -51,6 +51,9 @@ export default {
|
||||
} else {
|
||||
that.view = '';
|
||||
}
|
||||
|
||||
// hack for layout to avoid consuming space if vue view is not active
|
||||
document.getElementById('app').style.height = that.view ? 'auto' : '0';
|
||||
}
|
||||
|
||||
window.addEventListener('hashchange', onHashChange);
|
||||
|
||||
Reference in New Issue
Block a user