mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
tweaked book display, and added new classes for search results
This commit is contained in:
12
src/interface/static/css/main.css
vendored
12
src/interface/static/css/main.css
vendored
@@ -132,6 +132,11 @@ justify-content: right;
|
|||||||
}
|
}
|
||||||
.search{
|
.search{
|
||||||
|
|
||||||
|
}
|
||||||
|
.search_details{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
margin: 0px 0px 5px 0px;
|
||||||
}
|
}
|
||||||
.shelf{
|
.shelf{
|
||||||
grid-area: shelf;
|
grid-area: shelf;
|
||||||
@@ -140,9 +145,6 @@ justify-content: right;
|
|||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
.shelf_contents{
|
.shelf_contents{
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
flex: 1;
|
|
||||||
}
|
}
|
||||||
.right_col{
|
.right_col{
|
||||||
grid-area: right_col
|
grid-area: right_col
|
||||||
@@ -162,10 +164,12 @@ justify-content: right;
|
|||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
min-width: 99vw;
|
||||||
}
|
}
|
||||||
.shelf_item{
|
.shelf_item{
|
||||||
|
display: grid;
|
||||||
background-color: burlywood;
|
background-color: burlywood;
|
||||||
margin: 0 10px 10px 0;
|
margin: 0 10px 10px 10px;
|
||||||
max-width: 23vw;
|
max-width: 23vw;
|
||||||
max-height: 75vh;
|
max-height: 75vh;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user