tweak image display

This commit is contained in:
rimu 2024-09-07 14:22:35 +12:00
parent 7f11101a78
commit 4fde5480d3
2 changed files with 4 additions and 2 deletions

View file

@ -897,7 +897,8 @@ div.navbar {
} }
.post_teaser_image_preview img { .post_teaser_image_preview img {
max-width: 100%; max-width: 100%;
padding-right: 4px; margin-right: 4px;
border-radius: 5px;
} }
.post_teaser_video_preview { .post_teaser_video_preview {

View file

@ -488,7 +488,8 @@ div.navbar {
} }
img { img {
max-width: 100%; max-width: 100%;
padding-right: 4px; margin-right: 4px;
border-radius: 5px;
} }
} }