From 78ea8998a786af97c3ce40aea7e9869974ef1a8f Mon Sep 17 00:00:00 2001 From: f0x Date: Wed, 18 Jan 2023 13:40:12 +0000 Subject: [PATCH] fa-fw width info comment --- web/source/settings/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/source/settings/style.css b/web/source/settings/style.css index e557e74c0..2d569759f 100644 --- a/web/source/settings/style.css +++ b/web/source/settings/style.css @@ -16,7 +16,10 @@ along with this program. If not, see . */ -$fa-fw: 1.28571429em; /* Fork-Awesome 'fa-fw' fixed icon width */ +/* Fork-Awesome 'fa-fw' fixed icon width + keep in sync with https://github.com/ForkAwesome/Fork-Awesome/blob/a99579ae3e735ee70e51ed62dfcee3172b5b2db7/css/fork-awesome.css#L50 +*/ +$fa-fw: 1.28571429em; body { grid-template-rows: auto 1fr;