basic recents view

This commit is contained in:
Sebastian Hugentobler 2024-05-02 18:10:29 +02:00
parent 65e17fc55b
commit 687c33829f
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
20 changed files with 2156 additions and 20 deletions

4
cops-web/static/pico.min.css vendored Normal file

File diff suppressed because one or more lines are too long

21
cops-web/static/style.css Normal file
View file

@ -0,0 +1,21 @@
.book-card header {
white-space: nowrap;
overflow: scroll;
text-overflow: ellipsis;
}
.cover {
width: 100%;
object-fit: contain;
height: 25rem;
}
.grid-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
gap: 10px;
}
.grid-item {
text-align: center;
}