basic recents view
This commit is contained in:
parent
65e17fc55b
commit
687c33829f
20 changed files with 2156 additions and 20 deletions
4
cops-web/static/pico.min.css
vendored
Normal file
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
21
cops-web/static/style.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue