mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Now displaying book covers on the interface
This commit is contained in:
@@ -50,7 +50,9 @@ body{
|
||||
}
|
||||
.shelf{
|
||||
grid-area: shelf;
|
||||
margin: 0px auto 0px auto;
|
||||
margin: 0px 0px;
|
||||
padding: 0px;
|
||||
list-style-type: none;
|
||||
}
|
||||
.shelf_contents{
|
||||
display: flex;
|
||||
@@ -67,3 +69,15 @@ body{
|
||||
height: 50px;
|
||||
width: 91px;
|
||||
}
|
||||
#book_shelf{
|
||||
display: grid;
|
||||
grid-template-columns: 25% 25% 25% 25%;
|
||||
list-style-type: none;
|
||||
}
|
||||
.shelf_item{
|
||||
|
||||
}
|
||||
.book_thumb{
|
||||
width: 300px;
|
||||
height: 375px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user