mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
fix mobile layout issue with download posts btn
This commit is contained in:
parent
0b14cfa2c3
commit
625c920c4f
1 changed files with 8 additions and 0 deletions
|
@ -601,3 +601,11 @@
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.user-archive {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
. notification-buttons {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue