1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00

fix alignment of Modal X icon

This commit is contained in:
Michael Telatynski
2020-11-03 13:18:18 +00:00
parent 66377eb731
commit a2885dcfe8

View File

@ -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 {