Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

community: improve news (fixes #7295) #7307

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update message height when contracted && remove border radius
  • Loading branch information
Mutugiii committed Nov 3, 2023
commit 9c899209f8fc4f0fd5c993615b1f38728226bea0
3 changes: 1 addition & 2 deletions src/app/news/news-list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

mat-card {
margin: 0.25rem;
border-radius: 15px;
}

:host(.main-message) {
Expand All @@ -12,7 +11,7 @@ mat-card {
}

.show-less {
max-height: 6rem;
max-height: 8rem;
overflow-y: hidden;
}

Expand Down
Loading