mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Mobile adjustments for reviewable list
This commit is contained in:
parent
8fc0cc9aaa
commit
21f3c044e5
@ -5,6 +5,7 @@
|
|||||||
.reviewable-list {
|
.reviewable-list {
|
||||||
order: 2;
|
order: 2;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding-bottom: 4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reviewable-filters {
|
.reviewable-filters {
|
||||||
@ -44,8 +45,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.reviewable-contents {
|
.reviewable-contents {
|
||||||
|
.reviewable-post-header,
|
||||||
.post-body {
|
.post-body {
|
||||||
max-width: 295px;
|
max-width: 100%;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
|
Loading…
Reference in New Issue
Block a user