badge fix

This commit is contained in:
Mirco Wittrien 2022-03-09 09:44:06 +01:00
parent 111903faa0
commit 01ae21d7db
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,9 @@
.supporter-Z3FfwL.hasBadge-4rT8_u {
overflow: visible;
}
.supporter-Z3FfwL.hasBadge-4rT8_u::before {
display: none;
}
.supporter-Z3FfwL.hasBadge-4rT8_u .mask-1FEkla {
-webkit-mask: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1"><path fill="white" d="M 0,0 H 1 V 1 H 0.29565217 V 0.8 c 0,-0.1 -0.0347826,-0.14 -0.12173913,-0.14 H 0 Z"/></svg>') center/cover no-repeat;
}

View File

@ -1,6 +1,9 @@
.dev-A7f2Rx.hasBadge-4rT8_u {
overflow: visible;
}
.dev-A7f2Rx.hasBadge-4rT8_u::before {
display: none;
}
.dev-A7f2Rx.hasBadge-4rT8_u .mask-1FEkla {
-webkit-mask: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1"><path fill="white" d="M 0,0 H 1 V 1 H 0.29565217 V 0.8 c 0,-0.1 -0.0347826,-0.14 -0.12173913,-0.14 H 0 Z"/></svg>') center/cover no-repeat;
}