Skip to content

Commit 82879fd

Browse files
authored
Merge pull request #788 from pinkary-project/fix/link-preview-on-mobiles
Fix: link previews on mobile
2 parents 9b4a2c8 + d97de0b commit 82879fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

resources/css/app.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ particleEffect {
5555
@tailwind base;
5656
@tailwind components;
5757
@tailwind utilities;
58+
59+
#link-preview-card iframe {
60+
width: 100%;
61+
}

0 commit comments

Comments
 (0)