moved javascript to global file, added js minifier and html formatter

This commit is contained in:
2025-07-05 00:54:17 +02:00
parent 9b7c3dc697
commit 3f427dfa32
10 changed files with 462 additions and 351 deletions

View File

@@ -208,7 +208,7 @@ input {
}
.tooltiptext.tagdropdown.show {
max-height: 286px;
max-height: 80vh;
overflow-y: scroll;
opacity: 1;
}
@@ -232,7 +232,7 @@ input {
}
.tagentryparent.show {
max-height: 286px;
max-height: 80vh;
opacity: 1;
overflow-y: scroll;
}