mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-16 19:27:03 +02:00
fix alignment of Modal X icon
This commit is contained in:
parent
66377eb731
commit
a2885dcfe8
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user