Skip to content

Commit 80c374d

Browse files
Better handling for post list without image
1 parent 912961a commit 80c374d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

assets/built/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1647,6 +1647,10 @@ Search LOGO Login Subscribe
16471647
grid-column: 3 / span 12;
16481648
}
16491649

1650+
.gh-container.is-list.no-image:not(.has-sidebar) :is(.gh-container-title, .gh-main, .gh-more) {
1651+
grid-column: 4 / span 10;
1652+
}
1653+
16501654
.gh-container.is-grid:not(.has-sidebar) .gh-main {
16511655
grid-column: 1 / -1;
16521656
}
@@ -1719,7 +1723,7 @@ Search LOGO Login Subscribe
17191723
}
17201724
}
17211725

1722-
.gh-container.is-list .gh-card-wrapper {
1726+
.gh-container.is-list .gh-card:not(.no-image) .gh-card-wrapper {
17231727
max-width: 600px;
17241728
}
17251729

0 commit comments

Comments
 (0)