fix info overlay on small layouts

one row is not enough space; use flex column instead
This commit is contained in:
trwnh 2019-05-01 02:15:02 -05:00 committed by GitHub
parent c253436808
commit 29e67be45c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

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