Merge pull request #1234 from pixelfed/trwnh-fix-mobile-overlay

fix info overlay on small layouts
This commit is contained in:
daniel 2019-05-01 14:19:57 -06:00 committed by GitHub
commit eb65a8f602
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,6 +124,14 @@ body, button, input, textarea {
.info-overlay:hover .info-overlay-text { .info-overlay:hover .info-overlay-text {
display: flex; display: flex;
h5 {
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
} }
.info-overlay-text { .info-overlay-text {