mirror of https://gitlab.com/bashrc2/epicyon
Selecting emoji names on the emoji search results screen
parent
e6c686b4d1
commit
37e1973780
|
@ -1082,6 +1082,12 @@ div.container {
|
||||||
margin: 0 20%;
|
margin: 0 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
-webkit-user-select: all;
|
||||||
|
-ms-user-select: all;
|
||||||
|
user-select: all;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 400px) {
|
@media screen and (min-width: 400px) {
|
||||||
body, html {
|
body, html {
|
||||||
background-color: var(--main-bg-color);
|
background-color: var(--main-bg-color);
|
||||||
|
|
Loading…
Reference in New Issue