メタデータプレビューとタグ候補選択のコンポーネント

This commit is contained in:
shibafu
2019-06-11 22:16:40 +09:00
parent a1cb313d4f
commit b8482e0e3c
6 changed files with 140 additions and 6 deletions

View File

@@ -28,4 +28,25 @@
.card-text {
white-space: pre-line;
}
}
}
// チェックイン画面用
.link-card-mini {
$height: 150px;
.row > div {
overflow: hidden;
}
.row > div:first-child {
display: flex;
&:not([display=none]) {
height: $height;
}
}
.card-text {
white-space: pre-line;
}
}