mirror of https://gitlab.com/bashrc2/epicyon
Image attachment style on mobile
parent
3469004cc1
commit
fa51a0e7ea
|
@ -2008,6 +2008,12 @@ h3 {
|
||||||
font-size: var(--font-size-mobile);
|
font-size: var(--font-size-mobile);
|
||||||
color: var(--title-color);
|
color: var(--title-color);
|
||||||
}
|
}
|
||||||
|
.container img.attachment {
|
||||||
|
width: 125%;
|
||||||
|
margin-left: -2%;
|
||||||
|
margin-right: 2%;
|
||||||
|
padding-bottom: 3%;
|
||||||
|
}
|
||||||
.container img.postScopeIcon {
|
.container img.postScopeIcon {
|
||||||
float: none;
|
float: none;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
@ -2827,6 +2833,12 @@ h3 {
|
||||||
font-size: var(--font-size-tiny);
|
font-size: var(--font-size-tiny);
|
||||||
color: var(--title-color);
|
color: var(--title-color);
|
||||||
}
|
}
|
||||||
|
.container img.attachment {
|
||||||
|
width: 125%;
|
||||||
|
margin-left: -2%;
|
||||||
|
margin-right: 2%;
|
||||||
|
padding-bottom: 3%;
|
||||||
|
}
|
||||||
.container img.postScopeIcon {
|
.container img.postScopeIcon {
|
||||||
float: none;
|
float: none;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
|
Loading…
Reference in New Issue