Selecting emoji names on the emoji search results screen

main
Bob Mottram 2022-04-19 10:54:42 +01:00
parent e6c686b4d1
commit 37e1973780
2 changed files with 20 additions and 14 deletions

View File

@ -1082,6 +1082,12 @@ div.container {
margin: 0 20%;
}
h3 {
-webkit-user-select: all;
-ms-user-select: all;
user-select: all;
}
@media screen and (min-width: 400px) {
body, html {
background-color: var(--main-bg-color);