Improve back gesture support & add inbox roombar
All checks were successful
Android Build / publish (push) Successful in 43s
Linux Build / publish (push) Successful in 51s

This commit is contained in:
olcxja 2026-05-18 08:35:27 +02:00
commit 0bade1e5c5
10 changed files with 50 additions and 16 deletions

View file

@ -353,6 +353,9 @@ button:active, button.is-pressed, input:active, input.is-pressed {
background-color: rgba(255, 255, 255, 0.1);
transform: var(--press-scale);
}
button.active, input.active {
background-color: rgba(255, 255, 255, 0.1);
}
.submit-button:active, .submit-button.is-pressed {
background-color: rgba(255, 255, 255, 0.5);
}