Skip to content

Commit

Permalink
Merge pull request #6613 from nextcloud/fix/6152-Reduce-spacing-betwe…
Browse files Browse the repository at this point in the history
…en-image-and-description-

fix(files): Reduce spacing between image and description a bit
  • Loading branch information
juliusknorr authored Nov 7, 2024
2 parents d638366 + eaf5e6c commit 2216334
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 2216334

Please sign in to comment.