From 27e3d322ecaff45046a7c6010f3ecd819a997502 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov <38059171+askvortsov1@users.noreply.github.com> Date: Tue, 6 Sep 2022 12:28:09 +0200 Subject: [PATCH] feat: increase margin between notifications list control icons (#3629) * feat: increase margin between notifications list control icons This feels cleaner, and reduces the chances of a misclick. Co-authored-by: Sami Mazouz --- framework/core/less/forum/NotificationList.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/less/forum/NotificationList.less b/framework/core/less/forum/NotificationList.less index e030e7f65..5c6528784 100644 --- a/framework/core/less/forum/NotificationList.less +++ b/framework/core/less/forum/NotificationList.less @@ -2,7 +2,7 @@ overflow: hidden; .App-primaryControl > button:not(:last-of-type) { - margin-right: 4px; + margin-right: 12px; } &-header {