Make it a proper left side-bar

This commit is contained in:
Johannes Zellner
2024-12-28 12:07:48 +01:00
parent dd264617d7
commit a42c7e4735
4 changed files with 86 additions and 88 deletions
+3
View File
@@ -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);