Issue #3212702 by Sakthivel M, Gauravmahlawat: Olivero: profile picture and comments are not aligned in IE11

merge-requests/873/head
Lauri Eskola 2021-06-30 10:55:19 +03:00
parent 45515dbad7
commit b83ab65d6c
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
2 changed files with 0 additions and 12 deletions

View File

@ -238,14 +238,6 @@
}
}
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.add-comment__picture,
.comment__picture {
position: relative
}
}
@media (min-width: 43.75rem) {
[dir="ltr"] .indented .comment__picture {

View File

@ -144,10 +144,6 @@
width: var(--sp3);
height: var(--sp3);
}
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
position: relative;
}
}
.indented .comment__picture {