Adjust image preview link size style

This commit is contained in:
Harsh Mahajan
2025-10-27 16:11:33 +05:30
committed by GitHub
parent 6685320348
commit 10aafb7619
+1 -1
View File
@@ -9,7 +9,7 @@
<a
href={$app.themeInUse === 'dark' ? darkSrc : lightSrc}
class="file-preview is-with-image"
style="inline-size: 99%; block-size: 100%;"
style="inline-size: 100%; block-size: 100%;"
target="_blank"
rel="noopener noreferrer"
on:click|stopPropagation