Fixed user info in topics on mobile.

This commit is contained in:
flash 2019-01-05 19:40:30 +01:00
parent 07f2322303
commit de2aad5cd1

View file

@ -47,6 +47,7 @@
margin: 2px; margin: 2px;
line-height: 1.2em; line-height: 1.2em;
flex: 1 1 auto; flex: 1 1 auto;
overflow: auto;
@media (max-width: @site-mobile-width) { @media (max-width: @site-mobile-width) {
margin: 4px; margin: 4px;
@ -87,6 +88,12 @@
width: auto; width: auto;
min-width: 150px; min-width: 150px;
} }
@media (max-width: @site-mobile-width) {
width: 100%;
flex-direction: row;
padding: 10px;
}
} }
&__background { &__background {