diff --git a/customize.dist/src/less2/include/alertify.less b/customize.dist/src/less2/include/alertify.less index bbe55b97c..6eb070baf 100644 --- a/customize.dist/src/less2/include/alertify.less +++ b/customize.dist/src/less2/include/alertify.less @@ -67,6 +67,11 @@ outline: none; font: @colortheme_app-font; + .lucide { + width: 1.2em; + height: 1.2em; + margin-right: 0.2rem; + } .cp-checkmark { color: @cryptpad_text_col; } @@ -511,7 +516,6 @@ margin-bottom: @alertify_padding-base; } button { - width: 50px; margin: 0; min-width: 0; font-size: 18px !important; diff --git a/customize.dist/src/less2/include/forms.less b/customize.dist/src/less2/include/forms.less index 7fedfb9f2..2bf8bd441 100644 --- a/customize.dist/src/less2/include/forms.less +++ b/customize.dist/src/less2/include/forms.less @@ -150,6 +150,7 @@ button.btn { background-color: @cp_buttons-cancel; box-sizing: border-box; + display: inline-flex; align-items: center; line-height: 20px; padding: 8px 6px;