Merge pull request #177 from shikorism/feature/137-card-max-height

サムネイルを含むカードを高さ400pxに固定し、トリミング表示されるように変更
This commit is contained in:
shibafu
2019-06-07 01:41:53 +09:00
committed by GitHub
2 changed files with 12 additions and 2 deletions

View File

@@ -1,8 +1,18 @@
.link-card {
.row > div:last-child {
.row > div {
max-height: 400px;
overflow: hidden;
}
.row > div:first-child {
display: flex;
&:not([display=none]) {
height: 400px;
}
}
.row > div:last-child {
// 省略を表す影を付けるやつ
&::before {
position: absolute;