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

fix info overlay on small layouts
pull/1242/head
daniel 2019-05-01 14:19:57 -06:00 zatwierdzone przez GitHub
commit eb65a8f602
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

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