- autofocus disabled on mobile devices

- tabwrapper icon fix
This commit is contained in:
Peter Papp
2021-02-20 14:48:59 +01:00
parent 8ac5c8fd38
commit 9dbce7a73a
5 changed files with 108 additions and 74 deletions
@@ -318,7 +318,9 @@ export default {
display: grid;
grid-template-columns: repeat(9, auto);
justify-content: space-between;
margin-bottom: 20px;
overflow-x: auto;
overflow-y: hidden;
height: 90px;
.active {
background: $light_background;
@@ -326,8 +328,8 @@ export default {
}
.group-option {
width: 100%;
height: 100%;
width: 45px;
height: 45px;
list-style: none;
padding: 6px;
cursor: pointer;
@@ -504,6 +506,12 @@ export default {
transform: translateY(-134px);
}
@media (max-width: 690px) {
.emoji-wrapper {
height: 300px;
}
}
@media (max-width: 336px) {
.emoji-wrapper {
top: 173px;