mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Reformated Mobile layout
This commit is contained in:
@@ -13,6 +13,19 @@
|
|||||||
}
|
}
|
||||||
.shelf_item{
|
.shelf_item{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#book_shelf {
|
||||||
|
justify-content: left;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.book_description {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.book_details_list {
|
||||||
|
grid-template-rows: 0.5fr 0.5fr 2fr 0.15fr 0.25fr;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1024px) {
|
@media only screen and (max-width: 1024px) {
|
||||||
@@ -29,7 +42,19 @@
|
|||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
.shelf_item{
|
.shelf_item{
|
||||||
max-width: min-content;
|
min-width: 100%;
|
||||||
|
margin: 0px auto 10px auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.book_details_list {
|
||||||
|
display: grid;
|
||||||
|
grid-template-areas:
|
||||||
|
"book_title"
|
||||||
|
"book_author"
|
||||||
|
"book_tags"
|
||||||
|
"book_controls";
|
||||||
|
grid-area: details;
|
||||||
|
grid-template-rows: .5fr .5fr .15fr 0.25fr;
|
||||||
}
|
}
|
||||||
.nav_search{
|
.nav_search{
|
||||||
/* display: none !important; */
|
/* display: none !important; */
|
||||||
@@ -47,14 +72,6 @@
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px 0px;
|
margin: 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.book_description {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.book_details_list {
|
|
||||||
grid-template-rows: 0.5fr 0.5fr 2fr 0.15fr 0.25fr;
|
|
||||||
}
|
|
||||||
.vert-nav-item {}
|
.vert-nav-item {}
|
||||||
|
|
||||||
#vert-nav {
|
#vert-nav {
|
||||||
|
|||||||
Reference in New Issue
Block a user