Skip to content

Commit

Permalink
[PROD-7339] Fix Media theater Sidebar height
Browse files Browse the repository at this point in the history
  • Loading branch information
amincdev committed May 17, 2024
1 parent 3f40ed8 commit 0274e29
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2694,9 +2694,8 @@ span.dashicons.dashicons-admin-file:before {
display: inline-block;

.activity-item {
margin-bottom: 40px;
max-height: calc(90vh - 40px);
min-height: calc(90vh - 40px);
max-height: 90vh;
min-height: 90vh;
position: static;
}

Expand Down
5 changes: 2 additions & 3 deletions src/bp-templates/bp-nouveau/css/buddypress-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -5873,9 +5873,8 @@ span.dashicons.dashicons-admin-file:before {
#bbpress-forums .bb-media-model-container .activity-list.bp-list .activity-item,
#buddypress .bb-media-model-wrapper.document-theatre .activity-list.bp-list .activity-item,
#buddypress.bb-media-model-wrapper.document-theatre .activity-list.bp-list .activity-item {
margin-bottom: 40px;
max-height: calc(90vh - 40px);
min-height: calc(90vh - 40px);
max-height: 90vh;
min-height: 90vh;
position: static;
}

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.

5 changes: 2 additions & 3 deletions src/bp-templates/bp-nouveau/css/buddypress.css
Original file line number Diff line number Diff line change
Expand Up @@ -5873,9 +5873,8 @@ span.dashicons.dashicons-admin-file:before {
#bbpress-forums .bb-media-model-container .activity-list.bp-list .activity-item,
#buddypress .bb-media-model-wrapper.document-theatre .activity-list.bp-list .activity-item,
#buddypress.bb-media-model-wrapper.document-theatre .activity-list.bp-list .activity-item {
margin-bottom: 40px;
max-height: calc(90vh - 40px);
min-height: calc(90vh - 40px);
max-height: 90vh;
min-height: 90vh;
position: static;
}

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 0274e29

Please sign in to comment.