From a96aea29a95e94a8a0b84192908c9e566e87fe54 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Thu, 13 Oct 2022 15:36:54 +0200 Subject: [PATCH] Fix buttons size --- .../views/rooms/wysiwyg_composer/_FormattingButtons.pcss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/res/css/views/rooms/wysiwyg_composer/_FormattingButtons.pcss b/res/css/views/rooms/wysiwyg_composer/_FormattingButtons.pcss index cae56e0266..b57d610488 100644 --- a/res/css/views/rooms/wysiwyg_composer/_FormattingButtons.pcss +++ b/res/css/views/rooms/wysiwyg_composer/_FormattingButtons.pcss @@ -19,14 +19,14 @@ limitations under the License. justify-content: start; .mx_FormattingButtons_Button { - --size: 26px; + --size: 28px; position: relative; cursor: pointer; height: var(--size); line-height: var(--size); width: auto; padding-left: var(--size); - margin-right: 6px; + margin-right: 2px; background-color: transparent; border: none; @@ -37,8 +37,8 @@ limitations under the License. &::before { content: ''; position: absolute; - top: 7px; - left: 7px; + top: 8px; + left: 8px; height: 12px; width: 12px; background-color: $icon-button-color;