1
0
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:
Doug Kearns
2014-10-19 02:27:15 +11:00
parent 07d7cbdede
commit 73ac2af724

View File

@@ -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" }]]