update packages and android build script
This commit is contained in:
parent
802333a7aa
commit
75cd78ed5a
1527 changed files with 1276 additions and 1251 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue