mirror of https://gitlab.com/bashrc2/epicyon
mitm class
parent
361ed19ae8
commit
d49b0a9ffc
|
@ -157,7 +157,7 @@ a:focus {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.options img.announceOrReply {
|
.options img.mitm {
|
||||||
width: 2%;
|
width: 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -790,6 +790,16 @@ a:focus img{
|
||||||
transform: scaleX(var(--reply-icon-direction));
|
transform: scaleX(var(--reply-icon-direction));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container img.mitm {
|
||||||
|
float: none;
|
||||||
|
width: 30px;
|
||||||
|
margin: 0 0;
|
||||||
|
padding: 0 0;
|
||||||
|
border-radius: 0;
|
||||||
|
-ms-transform: scaleX(var(--reply-icon-direction));
|
||||||
|
transform: scaleX(var(--reply-icon-direction));
|
||||||
|
}
|
||||||
|
|
||||||
.container img.DMicon {
|
.container img.DMicon {
|
||||||
float: none;
|
float: none;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
|
|
|
@ -2484,4 +2484,4 @@ def mitm_warning_html(translate: {}) -> str:
|
||||||
return ' <img loading="lazy" decoding="async" title="' + \
|
return ' <img loading="lazy" decoding="async" title="' + \
|
||||||
mitm_warning_str + '" alt="' + \
|
mitm_warning_str + '" alt="' + \
|
||||||
mitm_warning_str + '" src="/icons' + \
|
mitm_warning_str + '" src="/icons' + \
|
||||||
'/mitm.png" class="announceOrReply"/>\n'
|
'/mitm.png" class="mitm"/>\n'
|
||||||
|
|
Loading…
Reference in New Issue