Adjust height for media card so subtitle fits in card (#1132)
This commit is contained in:
parent
b0f65224dd
commit
58d5e02d40
1 changed files with 2 additions and 2 deletions
|
@ -1136,7 +1136,7 @@
|
|||
&.mediaitem-card {
|
||||
background : #ccc;
|
||||
background : var(--spcolor);
|
||||
height : 298px;
|
||||
height : 302px;
|
||||
width : 230px;
|
||||
overflow : hidden;
|
||||
position : relative;
|
||||
|
@ -1205,7 +1205,7 @@
|
|||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 3;
|
||||
overflow : hidden;
|
||||
max-height : 3.8em;
|
||||
max-height : 4.8em;
|
||||
z-index : 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue