mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08: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;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
right: 0px;
|
||||
top: 10px;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.mx_Dialog_content {
|
||||
|
Loading…
Reference in New Issue
Block a user