Merge pull request #5969 from friendica/bug/5968-add-click-through-image-caption

[frio] Enable click through image caption in file browser
This commit is contained in:
Michael Vogel 2018-10-19 18:58:57 +02:00 committed by GitHub
commit bb3efd97ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1489,6 +1489,9 @@ section #jotOpen {
.fbrowser.image .photo-album-image-wrapper {
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.fbrowser.image .photo-album-image-wrapper .caption {
pointer-events: none;
}
.fbrowser .profile-rotator-wrapper {
min-height: 200px;
}