Better handling for post list without image

This commit is contained in:
Sodbileg Gansukh 2023-09-11 20:16:12 +08:00
parent 912961abc5
commit 80c374d832
3 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1647,6 +1647,10 @@ Search LOGO Login Subscribe
grid-column: 3 / span 12;
}
.gh-container.is-list.no-image:not(.has-sidebar) :is(.gh-container-title, .gh-main, .gh-more) {
grid-column: 4 / span 10;
}
.gh-container.is-grid:not(.has-sidebar) .gh-main {
grid-column: 1 / -1;
}
@ -1719,7 +1723,7 @@ Search LOGO Login Subscribe
}
}
.gh-container.is-list .gh-card-wrapper {
.gh-container.is-list .gh-card:not(.no-image) .gh-card-wrapper {
max-width: 600px;
}