From 7d95170f0aef4d582642d46d547e148486a45f43 Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Fri, 22 Aug 2025 11:19:36 +0300 Subject: [PATCH] update icon responsiveness --- customize.dist/src/less2/include/toolbar.less | 25 +++---------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index 05c76177b..f8bdccbab 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -557,8 +557,9 @@ //transform: scale(0.5); .cp-toolbar-link-logo { padding: 5px; - span { - font-size: 24px; + svg { + height: 1.5rem; + width: 1.5rem; } } } @@ -821,9 +822,6 @@ justify-content: center; cursor: pointer; order: 1; - .fa { - margin: 0; - } a.cp-toolbar-link-logo { cursor: pointer; display: inline-flex; @@ -833,28 +831,11 @@ color: @toolbar-bg-color; color: var(--toolbar-bg-color); border-radius: @variables_radius; - svg { height: 3rem; width: 3rem; margin: 0; } - span { - font-size: 45px; - } - - &:hover { - // Icons shown when hovering the toolbar icon (where logo used to be) - .cptools::before { - content: "\e920"; // shows drive icon in document toolbars - } - .fa::before { - content: "\f0a0"; // shows hdd-o for all FA icons (settings, etc) - } - .fa-hdd-o::before { - content: "\f015"; // shows home for drive - } - } // svg { // #outline, #squares {