407fd192bd
This reverts commit 1b5f690f4e
.
33 lines
578 B
SCSS
Vendored
33 lines
578 B
SCSS
Vendored
.tis-metadata-preview {
|
|
&-link-card {
|
|
$height: 150px;
|
|
overflow: hidden;
|
|
|
|
.row > div:first-child {
|
|
display: flex;
|
|
|
|
&:not([display='none']) {
|
|
min-height: $height;
|
|
|
|
img {
|
|
position: absolute;
|
|
}
|
|
}
|
|
}
|
|
|
|
.card-title {
|
|
font-size: small;
|
|
}
|
|
|
|
.card-text {
|
|
font-size: small;
|
|
white-space: pre-line;
|
|
}
|
|
}
|
|
|
|
&-tag-item {
|
|
cursor: pointer;
|
|
user-select: none;
|
|
}
|
|
}
|