fix: set width so it doesn't take to much space with larger images

This commit is contained in:
Julien Calixte
2026-03-21 11:48:08 +01:00
parent 72b704a54d
commit db27b03f21
2 changed files with 3 additions and 0 deletions

View File

@@ -183,6 +183,7 @@ watch(
.public-note-view {
display: flex;
flex: 1;
width: 100%;
.header {
margin-top: 1rem;
@@ -249,6 +250,7 @@ watch(
flex-direction: column;
overflow-y: auto;
height: 100vh;
width: 100%;
position: sticky;
.title {