Skip to content

Commit

Permalink
fix(files): Reduce spacing between image and description a bit
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <[email protected]>
Signed-off-by: Azri Adam <[email protected]>
  • Loading branch information
JuliaKirschenheuter authored and azri-cs committed Nov 10, 2024
1 parent 7ba6097 commit 7d61a68
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 7d61a68

Please sign in to comment.