Fixed user info in topics on mobile.
This commit is contained in:
parent
07f2322303
commit
de2aad5cd1
1 changed files with 7 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
margin: 2px;
|
||||
line-height: 1.2em;
|
||||
flex: 1 1 auto;
|
||||
overflow: auto;
|
||||
|
||||
@media (max-width: @site-mobile-width) {
|
||||
margin: 4px;
|
||||
|
@ -87,6 +88,12 @@
|
|||
width: auto;
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
@media (max-width: @site-mobile-width) {
|
||||
width: 100%;
|
||||
flex-direction: row;
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
&__background {
|
||||
|
|
Loading…
Add table
Reference in a new issue