From 888fda25655b9dac48b0c595f8b5dabcf0774628 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 29 Aug 2024 17:18:04 +0200 Subject: [PATCH] update emoji size --- theme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme.css b/theme.css index ecb2f00..8e5b9b3 100644 --- a/theme.css +++ b/theme.css @@ -99,3 +99,6 @@ body.is-embeded .page-content { max-width: 100%; } +.file-view .emoji { + font-size: 1em; +}