Vencord/src/utils/discord.css
2025-02-18 15:35:26 +01:00

23 lines
457 B
CSS

.vc-position-inherit {
position: inherit;
}
/**
* copy pasted from discord css. not really webpack-findable since it's the only class in the module
**/
.vc-image-modal {
background: transparent !important;
box-shadow: none !important;
display: flex;
justify-content: center;
align-items: center;
border-radius: 0;
}
@media(width <= 485px) {
.vc-image-modal {
overflow: visible;
overflow: initial;
}
}