disable gboard funkiness

This commit is contained in:
biglyderv 2025-04-22 13:19:13 -04:00
parent 72a3b8d117
commit 61ec6b275d
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -11,7 +11,7 @@ body {
justify-content: space-between;
height: 100vh;
background: rgb(255,255,255);
background: rgb(255, 255, 255);
}
#form {
@ -78,6 +78,7 @@ button a {
padding: 0.5rem 1rem;
white-space: pre-wrap;
}
#messages>li>li:hover {
font-weight: bolder;
}
@ -89,6 +90,13 @@ button a {
display: flex;
align-items: end;
overflow: visible;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
#messages>li>li>img {