chore: update lockfile

This commit is contained in:
eneller
2025-03-16 19:16:05 +01:00
parent ead36b8cdf
commit 21c89689a9
4 changed files with 9 additions and 3 deletions

View File

@@ -6,6 +6,8 @@ from epub2go.convert import get_all_books, Book, GBConvert
import os
converter = GBConvert(downloaddir=settings.MEDIA_ROOT)
def index(request: HttpRequest):
title = 'epub2go'
targetParam = request.GET.get('t', None)

View File

@@ -1,6 +1,10 @@
tr:nth-child(even){
background-color: #EEEEEE;
}
tr:hover{
background-color: #DDDDDD;
transition: all 2ms;
}
.table-icon{
vertical-align: middle;
height: 1em;