с допками
This commit is contained in:
@@ -8,7 +8,7 @@ function BookCard({ book, authorName, statusName, onEdit, onDelete }) {
|
||||
src={book.cover || "https://placehold.co/200x300"}
|
||||
className="card-img-top shadow mt-2 mb-3"
|
||||
alt="Обложка книги"
|
||||
style={{ maxHeight: "300px", objectFit: "contain" }}
|
||||
style={{ height: "300px", objectFit: "contain" }}
|
||||
/>
|
||||
<div className="card-body">
|
||||
<h5 className="card-title">{book.title}</h5>
|
||||
|
||||
Reference in New Issue
Block a user