Image positioning

merge-requests/30/head
Bob Mottram 2023-01-08 15:47:57 +00:00
parent 5eeef196aa
commit 5c54603151
1 changed files with 2 additions and 1 deletions

View File

@ -721,7 +721,6 @@ a:focus {
.containericons { .containericons {
padding: 0px 0px; padding: 0px 0px;
margin: 0px var(--containericons-horizontal-offset); margin: 0px var(--containericons-horizontal-offset);
float: left;
} }
.replyingto { .replyingto {
@ -773,6 +772,8 @@ a:focus {
} }
.container img.attachment { .container img.attachment {
background-size: cover;
background-position: center;
width: auto; width: auto;
max-width: 125%; max-width: 125%;
max-height: 80vh; max-height: 80vh;