Merge pull request #403 from mouse-reeve/cover-max-width

Set max width on cover container
This commit is contained in:
Mouse Reeve 2020-12-17 13:24:49 -08:00 committed by GitHub
commit 666ae117d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,7 @@ input.toggle-control:checked ~ .modal.toggle-content {
.cover-container {
height: 250px;
width: max-content;
max-width: 250px;
}
.cover-container.is-medium {
height: 150px;