1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-31 15:23:02 +00:00

Merge remote-tracking branch 'caliblur/master'

This commit is contained in:
Ozzie Isaacs
2021-08-29 13:31:46 +02:00
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@ __pycache__/
# Distribution / packaging
.Python
.python-version
env/
venv/
eggs/

View File

@@ -6490,7 +6490,9 @@ body.edituser.admin > div.container-fluid > div.row-fluid > div.col-sm-10 > div.
height: 150px;
margin-bottom: 0
}
.container-fluid .book .cover img {
width: 100px !important;
}
#books .cover img, #books_rand .cover img, .book.isotope-item .cover img {
width: 100px !important
}