tissue/resources/assets/sass/components/_metadata-preview.scss
2020-08-13 00:38:26 +09:00

29 lines
511 B
SCSS
Vendored

.tis-metadata-preview {
&-link-card {
$height: 150px;
overflow: hidden;
font-size: small;
.row > div:first-child {
display: flex;
&:not([display='none']) {
min-height: $height;
img {
position: absolute;
}
}
}
.card-text {
white-space: pre-line;
}
}
&-tag-item {
cursor: pointer;
user-select: none;
}
}