mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-03 00:31:25 -08:00
tweak image display
This commit is contained in:
parent
dd5d90984d
commit
7f11101a78
2 changed files with 8 additions and 0 deletions
|
@ -891,6 +891,10 @@ div.navbar {
|
|||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.post_teaser_image_preview a {
|
||||
display: inline-block;
|
||||
max-width: 512px;
|
||||
}
|
||||
.post_teaser_image_preview img {
|
||||
max-width: 100%;
|
||||
padding-right: 4px;
|
||||
|
|
|
@ -482,6 +482,10 @@ div.navbar {
|
|||
text-align: center;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
a {
|
||||
display: inline-block;
|
||||
max-width: 512px;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
padding-right: 4px;
|
||||
|
|
Loading…
Add table
Reference in a new issue