From db27b03f210ae7d46bcb9ef46e7fb723589a06c5 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 21 Mar 2026 11:48:08 +0100 Subject: [PATCH] fix: set width so it doesn't take to much space with larger images --- src/App.vue | 1 + src/views/PublicNoteView.vue | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/App.vue b/src/App.vue index 71ddd9a..95ad8e4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,6 +18,7 @@ const { isATProtoReady } = useATProtoLogin()