Skip to content

Commit

Permalink
Merge pull request #4503 from buddyboss/PROD-7936
Browse files Browse the repository at this point in the history
PROD-7936: Fix click event issue on Load More button for photo and video directory page
  • Loading branch information
KartikSuthar authored Oct 2, 2024
2 parents 07700cc + 9b528ce commit 5e51f2b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/bp-templates/bp-nouveau/common-styles/_bp_media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1338,9 +1338,11 @@ ul.bb-albums-list {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
pointer-events: none;

> a {
max-width: 33%;
pointer-events: auto;
}

}
Expand Down
2 changes: 2 additions & 0 deletions src/bp-templates/bp-nouveau/css/buddypress-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -22209,11 +22209,13 @@ ul.bb-albums-list .load-more {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
pointer-events: none;
}

#buddypress .bb-photo-list li.load-more > a,
#buddypress .bb-video-list li.load-more > a {
max-width: 33%;
pointer-events: auto;
}

.bb-album-list-item .bs-cover-wrap {
Expand Down
2 changes: 1 addition & 1 deletion src/bp-templates/bp-nouveau/css/buddypress-rtl.min.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/bp-templates/bp-nouveau/css/buddypress.css
Original file line number Diff line number Diff line change
Expand Up @@ -22209,11 +22209,13 @@ ul.bb-albums-list .load-more {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
pointer-events: none;
}

#buddypress .bb-photo-list li.load-more > a,
#buddypress .bb-video-list li.load-more > a {
max-width: 33%;
pointer-events: auto;
}

.bb-album-list-item .bs-cover-wrap {
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 5e51f2b

Please sign in to comment.