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

PROD-7936: Fix click event issue on Load More button for photo and video directory page #4503

Open
wants to merge 1 commit into
base: release
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
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 @@ -22177,11 +22177,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 @@ -22177,11 +22177,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.