update packages and android build script
All checks were successful
Android Build / publish (push) Successful in 53s
Linux Build / publish (push) Successful in 51s

This commit is contained in:
olcxja 2026-06-12 12:55:11 +02:00
commit 75cd78ed5a
1527 changed files with 1276 additions and 1251 deletions

View file

@ -70,6 +70,14 @@ loading {
-webkit-tap-highlight-color: transparent;
user-select: none !important;
-webkit-user-drag: none !important;
scrollbar-width: none;
-ms-overflow-style: none;
}
::-webkit-scrollbar {
display: none;
width: 0 !important;
height: 0 !important;
background: transparent;
}
button, input, textarea {
border-radius: 0.8rem;