fix info overlay on small layouts

one row is not enough space; use flex column instead
pull/1234/head
trwnh 6 years ago committed by GitHub
parent c253436808
commit 29e67be45c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save