kopia lustrzana https://github.com/pixelfed/pixelfed
fix info overlay on small layouts
one row is not enough space; use flex column insteadpull/1234/head
rodzic
c253436808
commit
29e67be45c
|
@ -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