Skip to content

Commit

Permalink
Merge pull request #6615 from nextcloud/backport/6613/stable30
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Nov 7, 2024
2 parents 86e11f3 + 5370c93 commit 16609bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/nodes/ImageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</NcButton>
</div>
</div>
<div v-else contenteditable="false">
<div v-else class="media" contenteditable="false">
<img v-show="loaded"
:src="imageUrl"
:alt="alt"
Expand Down Expand Up @@ -410,6 +410,8 @@ export default {
display: flex;
align-items: center;
justify-content: left;
padding-bottom: 0;

.media__wrapper {
display: flex;
border: 2px solid var(--color-border);
Expand Down

0 comments on commit 16609bd

Please sign in to comment.