mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-21 23:57:58 +01:00
Minor CSS improvement
This commit is contained in:
parent
a26c2300cb
commit
828d97a98c
@ -72,6 +72,7 @@ ol li p, ul li p {
|
||||
}
|
||||
|
||||
#extensions {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 35px;
|
||||
}
|
||||
|
||||
|
@ -3,6 +3,7 @@ let extensions = document.getElementById('extensions');
|
||||
|
||||
main_parent.childNodes[0].classList.add("header_bar");
|
||||
main_parent.style = "padding: 0; margin: 0";
|
||||
main_parent.parentNode.style = "gap: 0";
|
||||
main_parent.parentNode.parentNode.style = "padding: 0";
|
||||
|
||||
document.querySelector('.header_bar').addEventListener('click', function(event) {
|
||||
|
Loading…
Reference in New Issue
Block a user