fix alignment of Modal X icon

pull/21833/head
Michael Telatynski 2020-11-03 13:18:18 +00:00
parent 66377eb731
commit a2885dcfe8
1 changed files with 2 additions and 2 deletions

View File

@ -348,8 +348,8 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
background-color: $dialog-close-fg-color; background-color: $dialog-close-fg-color;
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
top: 4px; top: 10px;
right: 0px; right: 0;
} }
.mx_Dialog_content { .mx_Dialog_content {