{ this.state.showAddCellFromHunt &&
{
diff --git a/gui/velociraptor/src/components/notebooks/notebook-navigator.css b/gui/velociraptor/src/components/notebooks/notebook-navigator.css
index b77250c1edc..0a8d9ccdc74 100644
--- a/gui/velociraptor/src/components/notebooks/notebook-navigator.css
+++ b/gui/velociraptor/src/components/notebooks/notebook-navigator.css
@@ -4,7 +4,7 @@ div.notebook_nav {
height: -webkit-fill-available;
overflow-y: auto;
margin-bottom: 50px;
- margin-left: -10px;
+ margin-left: -5px;
}
div.notebook_nav.uncollapsed {
@@ -13,6 +13,10 @@ div.notebook_nav.uncollapsed {
background: var(--color-sidebar-background);
}
+div.notebook_nav.collapsed {
+ width: 34px;
+}
+
div.notebook_nav.collapsed .notebook-outline {
display: none;
}