clean up styling, redo navbar, redo settings
All checks were successful
/ build (push) Successful in 6m53s
All checks were successful
/ build (push) Successful in 6m53s
This commit is contained in:
parent
465e615667
commit
9b38e4bf15
15 changed files with 624 additions and 869 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// unnick asked for this, i provide.
|
||||
// this provides no usefulness and there is no implementation to respawn windows. but i think it's funny and you can just reload anyways since it doesn't take long to load anyways
|
||||
// this provides no usefulness and there is no implementation to respawn windows. but i think it's funny and you can just reload
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
document.querySelectorAll(".close-button").forEach(e => {
|
||||
e.onclick = () => e.parentElement.parentElement.remove();
|
||||
document.querySelectorAll("close-button").forEach(e => {
|
||||
e.onclick = () => e.parentElement.parentElement.parentElement.remove();
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue