mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-04 06:18:49 +00:00
Set max width on cover container
This commit is contained in:
parent
2799ed68e3
commit
3f1bf4e1d6
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ input.toggle-control:checked ~ .modal.toggle-content {
|
||||||
.cover-container {
|
.cover-container {
|
||||||
height: 250px;
|
height: 250px;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
|
max-width: 250px;
|
||||||
}
|
}
|
||||||
.cover-container.is-medium {
|
.cover-container.is-medium {
|
||||||
height: 150px;
|
height: 150px;
|
||||||
|
|
Loading…
Reference in a new issue