mirror of https://gitlab.com/bashrc2/epicyon
Separation between avatar image and reply image
parent
0a1bddf087
commit
ca2bc905f0
|
@ -804,8 +804,9 @@ div.gallery img {
|
|||
}
|
||||
.timeline-avatar-reply img {
|
||||
opacity: 1.0;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
padding: 0px 0px;
|
||||
margin: 0px 10%;
|
||||
border-radius: var(--avatar-rounding);
|
||||
}
|
||||
.cwButton {
|
||||
|
@ -1174,8 +1175,9 @@ div.gallery img {
|
|||
}
|
||||
.timeline-avatar-reply img {
|
||||
opacity: 1.0;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
padding: 0px 0px;
|
||||
margin: 0px 10%;
|
||||
border-radius: var(--avatar-rounding);
|
||||
}
|
||||
.cwButton {
|
||||
|
@ -1535,8 +1537,9 @@ div.gallery img {
|
|||
}
|
||||
.timeline-avatar-reply img {
|
||||
opacity: 1.0;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
padding: 0px 0px;
|
||||
margin: 0px 10%;
|
||||
border-radius: var(--avatar-rounding);
|
||||
}
|
||||
.cwButton {
|
||||
|
|
|
@ -1063,8 +1063,9 @@ aside .toggle-inside li {
|
|||
}
|
||||
.timeline-avatar-reply img {
|
||||
opacity: 1.0;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
padding: 0px 0px;
|
||||
margin: 0px 10%;
|
||||
border-radius: var(--avatar-rounding);
|
||||
}
|
||||
.buttonevent {
|
||||
|
@ -1548,8 +1549,9 @@ aside .toggle-inside li {
|
|||
}
|
||||
.timeline-avatar-reply img {
|
||||
opacity: 1.0;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
padding: 0px 0px;
|
||||
margin: 0px 10%;
|
||||
border-radius: var(--avatar-rounding);
|
||||
}
|
||||
.buttonevent {
|
||||
|
@ -2025,8 +2027,9 @@ aside .toggle-inside li {
|
|||
}
|
||||
.timeline-avatar-reply img {
|
||||
opacity: 1.0;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
padding: 0px 0px;
|
||||
margin: 0px 10%;
|
||||
border-radius: var(--avatar-rounding);
|
||||
}
|
||||
.buttonevent {
|
||||
|
|
|
@ -1482,8 +1482,9 @@ h3 {
|
|||
}
|
||||
.timeline-avatar-reply img {
|
||||
opacity: 1.0;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
padding: 0px 0px;
|
||||
margin: 0px 10%;
|
||||
border-radius: var(--avatar-rounding);
|
||||
}
|
||||
.buttonevent {
|
||||
|
@ -2253,8 +2254,9 @@ h3 {
|
|||
}
|
||||
.timeline-avatar-reply img {
|
||||
opacity: 1.0;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
padding: 0px 0px;
|
||||
margin: 0px 10%;
|
||||
border-radius: var(--avatar-rounding);
|
||||
}
|
||||
.buttonevent {
|
||||
|
@ -3027,8 +3029,9 @@ h3 {
|
|||
}
|
||||
.timeline-avatar-reply img {
|
||||
opacity: 1.0;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
padding: 0px 0px;
|
||||
margin: 0px 10%;
|
||||
border-radius: var(--avatar-rounding);
|
||||
}
|
||||
.buttonevent {
|
||||
|
|
Loading…
Reference in New Issue