From fd575b32dc16aea438fb9453d359b60e3b9fb3fb Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Wed, 19 Nov 2025 11:40:49 +0200 Subject: [PATCH] update drive tree style --- customize.dist/src/less2/include/drive.less | 12 +++++++----- customize.dist/src/less2/include/leftside-menu.less | 1 - 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/customize.dist/src/less2/include/drive.less b/customize.dist/src/less2/include/drive.less index 9a79f8c51..3b3811bcb 100644 --- a/customize.dist/src/less2/include/drive.less +++ b/customize.dist/src/less2/include/drive.less @@ -342,10 +342,9 @@ .cp-app-drive-tree-docs { .droppable-tree-element(); margin-top: 15px; - //padding: 0 0 0 20px; - padding: 0; + padding: 5px; background-color: @cp_sidebar-left-item-bg; - border-radius: @variables_radius; + border-radius: @variables_radius_L; cursor: auto; &li, li { padding: 0; @@ -366,7 +365,7 @@ display: flex; align-items: center; cursor: pointer; - margin: 0 0 2px 0; + margin: 0; .cp-app-drive-element { flex: 1; min-width: 0; @@ -440,8 +439,11 @@ } } } + svg { + height: 1.5em; + width: 1.5em; + } .cp-app-drive-tree-root > .cp-app-drive-element-row { - margin-left: 0px; .cp-icon-hidden ~ svg { margin-left: -10px; } diff --git a/customize.dist/src/less2/include/leftside-menu.less b/customize.dist/src/less2/include/leftside-menu.less index c3a11cdfd..43d067d67 100644 --- a/customize.dist/src/less2/include/leftside-menu.less +++ b/customize.dist/src/less2/include/leftside-menu.less @@ -15,7 +15,6 @@ cursor: pointer; height: @variables_bar-height; border-radius: @variables_radius; - background-color: @cp_sidebar-left-item-bg; &:hover { background: @cryptpad_text_col_inv; }