Merge pull request #177 from shikorism/feature/137-card-max-height
サムネイルを含むカードを高さ400pxに固定し、トリミング表示されるように変更
This commit is contained in:
12
resources/assets/sass/components/_link-card.scss
vendored
12
resources/assets/sass/components/_link-card.scss
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user