kopia lustrzana https://github.com/pixelfed/pixelfed
Merge pull request #1234 from pixelfed/trwnh-fix-mobile-overlay
fix info overlay on small layoutspull/1242/head
commit
eb65a8f602
|
|
@ -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 {
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue