add better reaction popup
All checks were successful
Android Build / publish (push) Successful in 32s
Linux Build / publish (push) Successful in 50s

This commit is contained in:
olcxja 2026-06-18 08:11:38 +02:00
commit ecf7e3b4ce
14 changed files with 31442 additions and 14 deletions

View file

@ -2,6 +2,10 @@
font-family: 'Nunito';
src: URL('Nunito-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'NotoColorEmoji';
src: URL('NotoColorEmoji-Regular.ttf') format('truetype');
}
:root {
--main-bg-color: rgb(20, 20, 20);
--text-color: rgb(240, 240, 245);
@ -66,7 +70,7 @@ loading {
padding: 0;
transition: all 0.2s ease;
color: var(--text-color);
font-family: "Nunito", sans-serif;
font-family: "Nunito", "NotoColorEmoji", sans-serif;
-webkit-tap-highlight-color: transparent;
user-select: none !important;
-webkit-user-drag: none !important;