From 7161a947346acb29137be9917358221c6a0f5a97 Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Thu, 9 Oct 2025 12:06:24 +0300 Subject: [PATCH 1/4] remove margin --- customize.dist/src/less2/include/loading.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customize.dist/src/less2/include/loading.less b/customize.dist/src/less2/include/loading.less index 8fa4f428f..d315baeeb 100644 --- a/customize.dist/src/less2/include/loading.less +++ b/customize.dist/src/less2/include/loading.less @@ -115,6 +115,9 @@ p:last-child { margin-bottom: 0; } + svg { + margin: 0; + } } #cp-loading-password-prompt { From a8587c9f5a9497885e99bc7482c9272131f2beea Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Thu, 9 Oct 2025 17:46:10 +0300 Subject: [PATCH 2/4] add margin --- customize.dist/src/less2/include/notifications.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.dist/src/less2/include/notifications.less b/customize.dist/src/less2/include/notifications.less index 2443e7e11..38d698a32 100644 --- a/customize.dist/src/less2/include/notifications.less +++ b/customize.dist/src/less2/include/notifications.less @@ -31,10 +31,10 @@ display: flex; align-items: center; svg { - margin: 0; + margin: @variables_icon_margin; } .cp-broadcast { - margin: 0.5rem; + margin: @variables_icon_margin; width: var(--avatar-width); height: var(--avatar-width); color: @cp_dropdown-fg; From 40d7b797dae6310a3224f36f0c58ac5a1cd74f75 Mon Sep 17 00:00:00 2001 From: David Benque Date: Fri, 10 Oct 2025 15:11:14 +0100 Subject: [PATCH 3/4] Fix jitter in form add elements toggle --- www/form/app-form.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/form/app-form.less b/www/form/app-form.less index a0ac41ffa..4e68573f2 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -480,6 +480,8 @@ margin-bottom: 20px; button { width: 50px; + height: 36px; + margin-right: 0.5rem; svg { margin-right: 0; } From 9d453579e4c16392bc8b511c65acd1375e06a5a2 Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:48:34 +0300 Subject: [PATCH 4/4] center forms icons --- www/form/app-form.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/form/app-form.less b/www/form/app-form.less index 4e68573f2..d0d5f1774 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -246,6 +246,8 @@ border-radius: @variables_radius 0px 0px @variables_radius; background-color: @cp_form-bg1; color: @cryptpad_text_col; + display: inline-flex; + align-items: center; &:focus-visible { outline: @variables_focus_style; } @@ -253,6 +255,9 @@ color: @cp_form-bg1; background-color: @cryptpad_text_col; } + svg { + margin: 0; + } } #cp-toggle-drag-on { border-radius: 0px @variables_radius @variables_radius 0px !important;