kamo-soupbato/static/css/sticker.css

18 lines
346 B
CSS

.sticker {
position: absolute;
user-select: none;
border: 1px solid currentColor;
white-space: nowrap;
background-color: white;
font-size: 18px;
padding: 0 6px;
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
text-decoration: none;
pointer-events: none;
overflow-wrap: break-word;
}
*[data-sticker] {
position: relative;
}