From a2885dcfe88e865be0cecda5feb99d27d7881f16 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 3 Nov 2020 13:18:18 +0000 Subject: [PATCH] fix alignment of Modal X icon --- res/css/_common.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/_common.scss b/res/css/_common.scss index 666129af34..ec3a1d9c3f 100644 --- a/res/css/_common.scss +++ b/res/css/_common.scss @@ -348,8 +348,8 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus { background-color: $dialog-close-fg-color; cursor: pointer; position: absolute; - top: 4px; - right: 0px; + top: 10px; + right: 0; } .mx_Dialog_content {