Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed Jul 10, 2024
2 parents 1ae4f05 + 9c8b38e commit 6f93038
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class MobileBlogsCategoryPage extends MobileCategoryPageBase<Blog> {

public MobileBlogsCategoryPage(ObjectProperty<Size> size) {
super(size);
getStyleClass().add("blogs-category-page");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,10 @@
-fx-avatar-type: CIRCLE;
}

.blogs-category-page .list-view .model-list-cell .avatar-view {
-fx-avatar-type: PLAIN;
}

/** ----------------------------------
* MobileBlogOverviewBox
*/
Expand Down

0 comments on commit 6f93038

Please sign in to comment.