From ff26831d1e45ec09aa75735222919b9c05e9ee81 Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Sat, 25 Sep 2021 19:57:19 +0100 Subject: [PATCH] [CSS] Note action icons back to a sane size. --- public/assets/css/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/css/base.css b/public/assets/css/base.css index 8efd4c89c1..2124be1646 100644 --- a/public/assets/css/base.css +++ b/public/assets/css/base.css @@ -396,8 +396,8 @@ hr { background-repeat: no-repeat !important; - width: var(--small-size) !important; - height: var(--small-size) !important; + width: 1em !important; + height: 1em !important; margin-left: var(--unit-size); text-indent: -9999em;