working messages!!@!@
All checks were successful
Linux Build / publish (push) Successful in 51s
Android Build / publish (push) Successful in 31s

This commit is contained in:
olcxja 2026-06-02 12:53:41 +02:00
commit 92edb123f3
8 changed files with 189 additions and 18 deletions

View file

@ -71,7 +71,7 @@ loading {
user-select: none !important;
-webkit-user-drag: none !important;
}
button, input {
button, input, textarea {
border-radius: 0.8rem;
background-color: rgba(255, 255, 255, 0.05);
margin: var(--button-margin);
@ -92,7 +92,7 @@ button, input {
touch-action: manipulation;
-webkit-touch-callout: none;
}
input {
input, textarea {
padding-left: calc(var(--button-margin) * 2);
-webkit-touch-callout: default;
user-select: text !important;
@ -677,7 +677,7 @@ space{
border-radius: 0.8rem;
transform: translateY(calc( ( var(--icon-button-height) + (var(--button-margin) * 2) ) / 2 - 0.6rem));
}
button:hover, input:hover {
button:hover, input:hover, textarea:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.submit-button:hover {
@ -694,14 +694,14 @@ space{
filter: brightness(0.93);
}
}
button:active, button.is-pressed, input:active, input.is-pressed {
button:active, button.is-pressed, input:active, input.is-pressed, textarea:active, textarea.is-pressed {
background-color: rgba(255, 255, 255, 0.1);
transform: var(--press-scale);
}
.invite-actions button:active {
filter: brightness(0.85);
}
button.active, input.active {
button.active, input.active, textarea.active {
background-color: rgba(255, 255, 255, 0.1);
}
.submit-button:active, .submit-button.is-pressed {