From 39681bc48a5796622a70dd138ee1def0f55c48f6 Mon Sep 17 00:00:00 2001 From: Peter Papp Date: Sat, 13 Feb 2021 09:29:49 +0100 Subject: [PATCH] emoji ios styling for list --- .../js/components/FilesView/FolderIcon.vue | 2 +- resources/js/components/Others/Emoji.vue | 37 ++++++++++--------- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/resources/js/components/FilesView/FolderIcon.vue b/resources/js/components/FilesView/FolderIcon.vue index b61f7743..0166b699 100644 --- a/resources/js/components/FilesView/FolderIcon.vue +++ b/resources/js/components/FilesView/FolderIcon.vue @@ -1,7 +1,7 @@ diff --git a/resources/js/components/Others/Emoji.vue b/resources/js/components/Others/Emoji.vue index 6998f408..1ae35c5d 100644 --- a/resources/js/components/Others/Emoji.vue +++ b/resources/js/components/Others/Emoji.vue @@ -1,39 +1,36 @@ @@ -42,6 +39,10 @@ export default { @import "@assets/vue-file-manager/_inapp-forms.scss"; @import '@assets/vue-file-manager/_forms'; +.apple-emoji { + font-size: 49px; + line-height: 1.2; +}