- css refactoring to grid for emoji picker

- frontend build
This commit is contained in:
Peter Papp
2021-02-20 12:07:55 +01:00
parent 2a105877f3
commit 8ac5c8fd38
9 changed files with 107 additions and 156 deletions
+12 -1
View File
@@ -44,13 +44,24 @@ export default {
.apple-emoji {
font-size: 34px;
line-height: 1.1;
font-family: "Apple Color Emoji";
}
}
.emoji-picker-preview {
.apple-emoji {
font-size: 28px;
line-height: 1.1;
line-height: 0.85;
font-family: "Apple Color Emoji";
}
}
@media only screen and (max-width: 690px) {
.groups-list .emoji-picker {
.apple-emoji {
font-size: 34px;
line-height: 1.1;
}
}
}