mirror of
https://github.com/janeczku/calibre-web
synced 2026-09-22 09:18:42 +00:00
Merge remote-tracking branch 'comic/master' into master
This commit is contained in:
@@ -1461,7 +1461,8 @@ body > div.container-fluid > div > div.col-sm-10 > div > form > a:hover {
|
||||
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .35);
|
||||
box-shadow: 0 0 2px rgba(0, 0, 0, .35);
|
||||
position: relative;
|
||||
z-index: -9
|
||||
z-index: -9;
|
||||
width: 150px !important;
|
||||
}
|
||||
|
||||
#books > .cover > a, #books_rand > .cover > a, .book.isotope-item > .cover > a, body > div.container-fluid > div.row-fluid > div.col-sm-10 > div.discover > form > div.col-sm-12 > div.col-sm-12 > div.col-sm-2 > a {
|
||||
|
||||
@@ -107,6 +107,11 @@ a, .danger,.book-remove, .editable-empty, .editable-empty:hover { color: #45b29d
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.row.display-flex {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.container-fluid img {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
@@ -116,7 +121,11 @@ a, .danger,.book-remove, .editable-empty, .editable-empty:hover { color: #45b29d
|
||||
.container-fluid .discover{ margin-bottom: 50px; }
|
||||
.container-fluid .new-books { border-top: 1px solid #ccc; }
|
||||
.container-fluid .new-books h2 { margin: 50px 0 0 0; }
|
||||
.container-fluid .book { margin-top: 20px; }
|
||||
.container-fluid .book {
|
||||
margin-top: 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.container-fluid .book .cover {
|
||||
height: 225px;
|
||||
|
||||
Reference in New Issue
Block a user