Fix selecting personas with quick reply

This commit is contained in:
Cohee
2023-07-01 19:25:04 +03:00
parent 822e4b88f5
commit 63bd4cd499
3 changed files with 16 additions and 27 deletions

View File

@@ -11,7 +11,7 @@
width: 100%;
display: none;
max-width: 100%;
overflow-x: scroll;
overflow-x: auto;
}
#quickReplies {
@@ -43,4 +43,4 @@
opacity: 1;
filter: brightness(1.2);
cursor: pointer;
}
}