This commit is contained in:
shibafu
2020-08-13 00:38:26 +09:00
parent 969ddb94a9
commit 064cfff211
5 changed files with 152 additions and 2 deletions

View File

@@ -0,0 +1,28 @@
.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;
}
}