@skyra/discord-components-core
Version:
Web components to easily build and display fake Discord messages on your webpages.
20 lines (18 loc) • 357 B
CSS
.discord-attachment {
color: #dcddde;
display: flex;
font-size: 13px;
line-height: 150%;
margin-bottom: 8px;
margin-top: 8px;
}
.discord-attachment .discord-image-wrapper {
display: block;
position: relative;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
overflow: hidden;
border-radius: 3px;
}