Minor thumbnail changes

This commit is contained in:
WardPearce
2024-09-01 14:49:36 +12:00
parent 35290b02a2
commit 0a56f4afad
2 changed files with 8 additions and 4 deletions
@@ -8,7 +8,7 @@
"vPrefixedTagName": false,
"releaseType": "release"
},
"icon": "../static/icon512_maskable.png",
"icon": "logo.png",
"files": [
"assets/**/*",
"build/**/*",
@@ -21,8 +21,7 @@
"allowToChangeInstallationDirectory": true
},
"win": {
"target": "nsis",
"icon": "assets/appIcon.ico"
"target": "nsis"
},
"mac": {
"category": "Entertainment",
+6 -1
View File
@@ -343,7 +343,12 @@
</div>
{/if}
<div class="video-title">
<a class="video-title" data-sveltekit-preload-data="off" href={watchUrl.toString()}>
<a
style="padding-left: 1px;"
class="video-title"
data-sveltekit-preload-data="off"
href={watchUrl.toString()}
>
<span class="bold">{letterCase(video.title.trimEnd())}</span>
</a>