1
0
mirror of https://github.com/janeczku/calibre-web synced 2026-01-08 07:09:03 +00:00

Caliblur theme display fix

Rename Gooble Books Metadata provider
This commit is contained in:
Ozzie Isaacs
2025-12-04 18:52:30 +01:00
2 changed files with 1 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ log = logger.create()
class Google(Metadata):
__name__ = "Google"
__name__ = "Google Books"
__id__ = "google"
DESCRIPTION = "Google Books"
META_URL = "https://books.google.com/"

View File

@@ -2611,8 +2611,6 @@ textarea {
line-height: 1.71428571;
color: var(--color-primary);
font-weight: 100;
text-align: right;
position: absolute;
right: 0;
padding: 12.5px
}