From 3b7f5c2df7a2c0616c59188c5921170cb02bed52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Tue, 31 May 2022 09:38:39 +0100 Subject: [PATCH] Remvoe padding around user-menu avatar on small screens --- customize.dist/src/less2/include/toolbar.less | 1 + 1 file changed, 1 insertion(+) diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index 75a6b8eed..7583e8556 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -536,6 +536,7 @@ .cp-toolbar-user-dropdown { height: @toolbar_line-height; width: @toolbar_line-height; + padding: 0; &> button { height: @toolbar_line-height; width: @toolbar_line-height;