disable gboard funkiness
This commit is contained in:
parent
72a3b8d117
commit
61ec6b275d
1 changed files with 9 additions and 1 deletions
10
index.css
10
index.css
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue