chore: Remove grid gap in ZenViewSplitter.mjs

This commit is contained in:
mauro-balades 2024-09-07 17:58:12 +02:00
parent 9a5efb4a87
commit a71e589dcf

View file

@ -102,7 +102,6 @@ var gZenViewSplitter = new class {
this.currentView = -1;
this.tabBrowserPanel.removeAttribute("zen-split-view");
this.tabBrowserPanel.style.gridTemplateAreas = "";
this.tabBrowserPanel.style.gridGap = "0px";
}
/**