Lint project

This commit is contained in:
Soitora 2023-07-26 00:03:55 +02:00
parent 23f368ac6c
commit c450416d86
No known key found for this signature in database
GPG Key ID: A6D711EB4F2CCD97
2 changed files with 8 additions and 2 deletions

View File

@ -17,7 +17,13 @@ const head: HeadConfig[] = [
["meta", { name: "twitter:image", content: "/img/logo.png" }], ["meta", { name: "twitter:image", content: "/img/logo.png" }],
["meta", { property: "og:site_name", content: "Tachiyomi" }], ["meta", { property: "og:site_name", content: "Tachiyomi" }],
["meta", { property: "og:description", content: "Read your favorite manga, webtoons, comics, and more easier than ever on your Android." }], [
"meta",
{
property: "og:description",
content: "Read your favorite manga, webtoons, comics, and more easier than ever on your Android.",
},
],
["meta", { property: "og:locale", content: "en_US" }], ["meta", { property: "og:locale", content: "en_US" }],
["meta", { property: "og:type", content: "website" }], ["meta", { property: "og:type", content: "website" }],
["meta", { property: "og:image", content: "/img/logo.png" }], ["meta", { property: "og:image", content: "/img/logo.png" }],

View File

@ -138,7 +138,7 @@ figure:has(img) img[tabindex]:focus {
@media print { @media print {
figure:has(img)>a[href^="http://"]:after, figure:has(img)>a[href^="http://"]:after,
figure:has(img)>a[href^="https://"]:after { figure:has(img)>a[href^="https://"]:after {
content: "" content: ""
} }
} }