mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 03:43:42 -08:00
tweak image display
This commit is contained in:
parent
7f11101a78
commit
4fde5480d3
2 changed files with 4 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -488,7 +488,8 @@ div.navbar {
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding-right: 4px;
|
margin-right: 4px;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue