Merge remote-tracking branch 'resolution/Develop' into Develop

This commit is contained in:
Ozzie Isaacs
2025-12-04 18:51:37 +01:00
2 changed files with 1 additions and 3 deletions

View File

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

View File

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