Skip to content

Commit

Permalink
[PROD-7253] Activity post group header text formatting + hide duplica…
Browse files Browse the repository at this point in the history
…ted time stamp
  • Loading branch information
annrra committed May 7, 2024
1 parent d94254a commit cae4335
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1997,6 +1997,17 @@ ul.medium-editor-toolbar-actions {
display: flex;
}

.activity-header--group {

.activity-post-author > p {
display: inline;

.view.activity-time-since {
display: none;
}
}
}

.activity-group-avatar {
display: inline-block;
position: relative;
Expand Down
8 changes: 8 additions & 0 deletions src/bp-templates/bp-nouveau/css/buddypress-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -5217,6 +5217,14 @@ ul.medium-editor-toolbar-actions .medium-editor-action-close b:before {
display: flex;
}

.activity-header--group .activity-post-author > p {
display: inline;
}

.activity-header--group .activity-post-author > p .view.activity-time-since {
display: none;
}

.activity-group-avatar {
display: inline-block;
position: relative;
Expand Down
8 changes: 8 additions & 0 deletions src/bp-templates/bp-nouveau/css/buddypress.css
Original file line number Diff line number Diff line change
Expand Up @@ -5217,6 +5217,14 @@ ul.medium-editor-toolbar-actions .medium-editor-action-close b:before {
display: flex;
}

.activity-header--group .activity-post-author > p {
display: inline;
}

.activity-header--group .activity-post-author > p .view.activity-time-since {
display: none;
}

.activity-group-avatar {
display: inline-block;
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion src/bp-templates/bp-nouveau/css/buddypress.min.css

Large diffs are not rendered by default.

0 comments on commit cae4335

Please sign in to comment.