mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 11:17:58 +01:00
Fix conflict between our tab styling and vertical tab addons.
Fixes issue #1196.
This commit is contained in:
@@ -1894,7 +1894,8 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
});
|
||||
}
|
||||
|
||||
if (config.has("default-theme") && "CustomizableUI" in window)
|
||||
if (config.has("default-theme") && "CustomizableUI" in window &&
|
||||
config.tabbrowser.tabContainer.orient != "vertical")
|
||||
overlay.overlayWindow(window, {
|
||||
append: [
|
||||
["window", { id: document.documentElement.id, "dactyl-australis": "true", xmlns: "xul" }]]
|
||||
|
||||
Reference in New Issue
Block a user