Fix story page cover height

This commit is contained in:
Tetrakern 2024-12-01 01:00:39 +01:00
parent e79b0e9e96
commit 305d95cb0a
3 changed files with 3 additions and 2 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

@ -150,6 +150,7 @@ $header_breakpoint: 640px;
a {
display: block;
border-radius: var(--layout-border-radius-small);
height: 100%;
box-shadow: var(--story-cover-box-shadow, var(--box-shadow-xl));
outline-offset: 2px;
}