diff --git a/src/components/card/card.scss b/src/components/card/card.scss index 5eb3f41bb4..4d65e27840 100644 --- a/src/components/card/card.scss +++ b/src/components/card/card.scss @@ -55,7 +55,6 @@ section { } img { - flex-shrink: 0; transition: filter 0.6s ease; object-fit: cover; border-radius: calc( @@ -66,6 +65,8 @@ img { } :host(limel-card[orientation='landscape']) & { + flex-shrink: 0; + max-width: 40%; height: 100%; } @@ -78,10 +79,12 @@ img { } limel-markdown { + overflow-y: auto; padding: 0.5rem 0.75rem; } header { + flex-shrink: 0; display: flex; justify-content: center; @@ -131,8 +134,8 @@ header { } limel-action-bar { + flex-shrink: 0; --action-bar-background-color: transparent; - padding: 0.5rem; margin-left: auto; }