Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 46e8a31

Browse files
style: display image preview on card
1 parent 0be2fc8 commit 46e8a31

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

studio/src/app/components/feed/card/app-feed-card-content/app-feed-card-content.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ app-feed-card-content {
77
width: 100%;
88

99
ion-card-title, ion-card-subtitle {
10-
width: 380px;
11-
max-width: 380px;
1210
white-space: nowrap;
1311
overflow: hidden;
1412
}
@@ -34,7 +32,6 @@ app-feed-card-content {
3432
}
3533
}
3634

37-
3835
input, div.chips {
3936
font-size: var(--font-size-normal);
4037
}
@@ -86,9 +83,9 @@ app-feed-card-content {
8683
}
8784
}
8885

89-
@media screen and (max-width: 720px) {
86+
@media screen and (max-width: 540px) {
9087
ion-card-content {
91-
ion-card-subtitle {
88+
div.preview {
9289
display: none;
9390
}
9491
}

0 commit comments

Comments
 (0)