mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
UX: Fix short post width on mobile (#14771)
This commit is contained in:
parent
488511479e
commit
724f1ee9d1
@ -1,3 +1,8 @@
|
|||||||
|
.container.posts {
|
||||||
|
grid-template-areas: "posts";
|
||||||
|
grid-template-columns: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.post-info a {
|
.post-info a {
|
||||||
color: var(--primary-medium);
|
color: var(--primary-medium);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user