make expanded images {clear: left} so they have room to expand

This commit is contained in:
ccd0 2014-08-16 22:24:36 -07:00
parent 6302f4a6d8
commit e73410f48c

View File

@ -726,6 +726,9 @@ span.hide-announcement {
.expanded-image > .post > .file > .fileThumb > .full-image:not(#ihover) {
display: inline;
}
.expanded-image {
clear: left;
}
.expanding {
opacity: .5;
}