Use fallback date when there are no visible articles
This fixes a crash
This commit is contained in:
parent
0e7aa0451f
commit
7bcc91a2fa
2 changed files with 4 additions and 2 deletions
|
@ -34,7 +34,7 @@ body {
|
|||
background-color: var(--colour-bg);
|
||||
margin: 0;
|
||||
display: grid;
|
||||
grid-template-columns: 2em 200px max-content min-content;
|
||||
grid-template-columns: 2em 200px 600px min-content;
|
||||
grid-column-gap: 2em;
|
||||
grid-template-rows: 2em min-content min-content 1fr;
|
||||
grid-template-areas:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue