From ac63dc368c8b262425adcb3e35cf1a27ea83ca0c Mon Sep 17 00:00:00 2001 From: mochaaP Date: Thu, 23 Jun 2022 06:02:11 +0000 Subject: [PATCH] chore: fixed width icons --- resources/assets/src/styles/common.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/assets/src/styles/common.css b/resources/assets/src/styles/common.css index 012c1620..e1b882fc 100644 --- a/resources/assets/src/styles/common.css +++ b/resources/assets/src/styles/common.css @@ -24,3 +24,8 @@ a { aside [data-mark='nickname'] { margin-left: 1px; } + +.fas { + text-align: center; + width: 1.25em; +}