From 37385f7ba020955ebd7d181cef8b53fcd72aea4b Mon Sep 17 00:00:00 2001 From: DianaXWiki Date: Tue, 26 Aug 2025 15:34:43 +0300 Subject: [PATCH 1/2] Fix help icon in file dropdown menu --- www/common/common-ui-elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 00f4c69c7..21a37859d 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1049,7 +1049,7 @@ define([ title: data.tippy || '' //title: data.title || '', }, [ - Icons.get('drive'), + Icons.get(icon), h('span.cp-toolbar-name'+drawerCls, data.text) ])); var feedbackHandler = common.prepareFeedback(data.name || 'DEFAULT'); From 24b8319d0dbe6e80a98ed4a92a43c7e362177adb Mon Sep 17 00:00:00 2001 From: DianaXWiki Date: Tue, 26 Aug 2025 15:43:26 +0300 Subject: [PATCH 2/2] Update sizing of dropdown menu items to match prod --- customize.dist/src/less2/include/toolbar.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index 7ab06f77a..ede063668 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -436,9 +436,9 @@ background: transparent; } svg { - height: 1em; - width: 1em; - margin-right: 0.5rem; + height: 1.125em; + width: 1.125em; + margin-right: 0.5em; } }