Skip to content
Snippets Groups Projects
Commit fbfedf00 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Merge branch 'fix/attachment-css' into 'develop'

Make image orientation consistent on FF, fix videos w/ modal

See merge request pleroma/pleroma-fe!926
parents 9825a857 15c4088a
Branches
No related tags found
No related merge requests found
......@@ -190,6 +190,7 @@
.video {
width: 100%;
height: 100%;
}
.play-icon {
......@@ -286,7 +287,7 @@
}
img {
image-orientation: from-image;
image-orientation: from-image; // NOTE: only FF supports this
}
}
}
......
......@@ -63,6 +63,7 @@
max-width: 90%;
max-height: 90%;
box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.5);
image-orientation: from-image; // NOTE: only FF supports this
}
.modal-view-button-arrow {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment