mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Set margin on other tabs too
This commit is contained in:
parent
f42074b6c1
commit
40d5bf6c35
@ -27,6 +27,7 @@ document.querySelector(".header_bar").addEventListener("click", function(event)
|
||||
extensions.style.padding = "15px";
|
||||
}
|
||||
} else {
|
||||
this.style.marginBottom = "19px";
|
||||
extensions.style.display = "none";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user