pxvmc/src/misc.scss

49 lines
1.1 KiB
SCSS

[class^="mediaAttachmentsContainer_"]
[class^="messageAttachment_"]
[class^="lazyImg_"] {
object-fit: contain !important;
}
[class^="mediaAttachmentsContainer_"] [class^="messageAttachment_"] {
background-color: var(--background-secondary);
}
[class^="upperBadge_"]
[class^="iconBadge_"]:has(> svg > path[d^="M5.66493"][d$="7V9Z"]),
[class^="upperBadge_"]
[class^="iconBadge_"]:has(> svg > path[d^="M20.97"][d$="0-2h1V7Z"]) {
display: none;
}
/*[class^="effectsWrapper_"] > [class^="effect_"] {
position: absolute;
bottom: -75vh;
left: -75vw;
overflow: visible;
}
[class^="effectsWrapper_"] > [class^="effect_"],
[class^="effectsWrapper_"] > [class^="effect_"] > svg {
width: 200vw !important;
height: 200vh !important;
transform: none !important;
filter: hue-rotate(0deg);
animation: rainbowFlash 3s infinite;
image-rendering: pixelated;
z-index: 9999;
}
[class^="effectsWrapper_"] > [class^="effect_"] > svg * {
filter: hue-rotate(0deg);
animation: rainbowFlash 3s infinite;
}
@keyframes rainbowFlash {
0% {
filter: hue-rotate(0deg);
}
100% {
filter: hue-rotate(360deg);
}
}
*/