Skip to content

Commit

Permalink
Merge pull request #6616 from nextcloud/backport/6613/stable29
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Nov 7, 2024
2 parents f0ddddb + 6ad25b7 commit db75f21
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 @@ -60,7 +60,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 @@ -424,6 +424,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 db75f21

Please sign in to comment.