mirror of https://gitlab.com/bashrc2/epicyon
Image positioning
parent
5eeef196aa
commit
5c54603151
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue