This commit is contained in:
Zixaphir 2014-02-16 05:58:23 -07:00
parent 5628c117fc
commit 4e4bff6a54
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1069,6 +1069,10 @@ nav a,
.expanding {
opacity: .5;
}
.expanded-image > .post > .file > .fileThumb > img[data-md5],
.post > .file > .fileThumb > .full-image {
display: none;
}
.expanded-image > .post > .file > .fileThumb > .full-image {
display: block;
}