mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-29 11:27:47 +00:00
chore: Update grid layout for split views in ZenViewSplitter.mjs
Update the grid layout in ZenViewSplitter.mjs to fix the issue with split views not displaying correctly. This change ensures that the grid template areas are properly set, resolving the layout problem.
This commit is contained in:
@@ -111,7 +111,7 @@ var gZenViewSplitter = {
|
||||
container.style.gridArea = "";
|
||||
}
|
||||
this.tabBrowserPanel.removeAttribute("zen-split-view");
|
||||
//this.tabBrowserPanel.style.gridTemplateAreas = "";
|
||||
this.tabBrowserPanel.style.gridTemplateAreas = "";
|
||||
Services.prefs.setBoolPref("zen.splitView.working", false);
|
||||
modifyDecks(this._data[this.currentView].tabs, false);
|
||||
this.currentView = -1;
|
||||
|
||||
Reference in New Issue
Block a user