From d0ad1d905b8420c5d3bb37290eaec104fb261114 Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Fri, 8 Aug 2025 15:03:23 +0300 Subject: [PATCH] remove margin on calendar icons --- www/calendar/app-calendar.less | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/www/calendar/app-calendar.less b/www/calendar/app-calendar.less index 897092923..e66f39ace 100644 --- a/www/calendar/app-calendar.less +++ b/www/calendar/app-calendar.less @@ -171,7 +171,7 @@ color: @cryptpad_text_col; border-radius: @variables_radius_L; font-weight: normal; - .tui-full-calendar-icon:not(.tui-full-calendar-calendar-dot):not(.tui-full-calendar-dropdown-arrow):not(.tui-full-calendar-ic-checkbox):not(.fa-map-marker):not(.fa-align-justify) { + .tui-full-calendar-icon:not(.tui-full-calendar-calendar-dot):not(.tui-full-calendar-dropdown-arrow):not(.tui-full-calendar-ic-checkbox):not(.fa-map-marker):not(.fa-align-justify):not(svg) { display: none; } .tui-full-calendar-icon { @@ -424,7 +424,6 @@ } .btn-danger-outline { display: block; - margin-right: 0px !important; background-color: transparent; color: @cryptpad_text_col; border-color: @cryptpad_text_col; @@ -433,6 +432,9 @@ background-color: @cp_buttons-red; border-color: @cp_buttons-red; } + svg { + margin-right: 0; + } } } } @@ -460,6 +462,11 @@ outline: @cryptpad_color_brand solid 2px; } } + .btn:last-of-type { + svg { + margin: 0; + } + } } // margin-bottom: 20px; input { @@ -479,6 +486,9 @@ &:not(:hover) { background: transparent; } + svg { + margin: 0; + } } }