Compatibility tweaks
All checks were successful
Android Build / publish (push) Successful in 46s
Linux Build / publish (push) Successful in 56s

- Fix (i hope all) electron issues
- Add complete blah support
- Add userscript
This commit is contained in:
olcxja 2026-05-11 19:22:30 +02:00
commit 7ff648ba3a
19 changed files with 478 additions and 576 deletions

View file

@ -17,6 +17,10 @@
--big-red: rgb(202 0 0);
--big-green: rgb(25 189 0);
}
*:focus {
outline: none;
box-shadow: none;
}
.red {
color: var(--big-red);
}
@ -303,11 +307,12 @@ herotitle {
.input-group {
text-align: left;
display: flex;
flex-direction: column;
gap: 0.2rem;
width: 80%;
width: 90%;
max-width: 30rem;
}