diff --git src/bp-templates/bp-nouveau/common-styles/_bp_update_form.scss src/bp-templates/bp-nouveau/common-styles/_bp_update_form.scss
index 5ea7c8c19..ab74c4d9a 100644
|
|
|
67 | 67 | } |
68 | 68 | } |
69 | 69 | |
| 70 | #whats-new-buttons { |
| 71 | max-width: 100%; |
| 72 | padding: 0 0 1em 0; |
| 73 | z-index: 1000; |
| 74 | margin: 0 0 0.5em 55px; |
| 75 | display: flex; |
| 76 | gap: 0.6em; |
| 77 | margin-left: 55px; |
| 78 | |
| 79 | > li { |
| 80 | list-style: none; |
| 81 | |
| 82 | button { |
| 83 | padding: 5px 10px; |
| 84 | width: auto; |
| 85 | height: auto; |
| 86 | } |
| 87 | } |
| 88 | } |
| 89 | |
70 | 90 | #whats-new-post-in-box { |
71 | 91 | margin: $marg-sml 0; |
72 | 92 | |
diff --git src/bp-templates/bp-nouveau/css/buddypress-rtl.css src/bp-templates/bp-nouveau/css/buddypress-rtl.css
index e404bec03..2ebe135b8 100644
|
|
body.buddypress article.page > .entry-header:not(.alignwide):not(.alignfull) .en |
1139 | 1139 | box-shadow: 0 0 6px 0 #d6d6d6; |
1140 | 1140 | } |
1141 | 1141 | |
| 1142 | .activity-update-form #whats-new-buttons { |
| 1143 | max-width: 100%; |
| 1144 | padding: 0 0 1em 0; |
| 1145 | z-index: 1000; |
| 1146 | margin: 0 55px 0.5em 0; |
| 1147 | display: flex; |
| 1148 | gap: 0.6em; |
| 1149 | margin-right: 55px; |
| 1150 | } |
| 1151 | |
| 1152 | .activity-update-form #whats-new-buttons > li { |
| 1153 | list-style: none; |
| 1154 | } |
| 1155 | |
| 1156 | .activity-update-form #whats-new-buttons > li button { |
| 1157 | padding: 5px 10px; |
| 1158 | width: auto; |
| 1159 | height: auto; |
| 1160 | } |
| 1161 | |
1142 | 1162 | .activity-update-form #whats-new-post-in-box { |
1143 | 1163 | margin: 10px 0; |
1144 | 1164 | } |
diff --git src/bp-templates/bp-nouveau/css/buddypress.css src/bp-templates/bp-nouveau/css/buddypress.css
index abf33337e..cc427401d 100644
|
|
body.buddypress article.page > .entry-header:not(.alignwide):not(.alignfull) .en |
1139 | 1139 | box-shadow: 0 0 6px 0 #d6d6d6; |
1140 | 1140 | } |
1141 | 1141 | |
| 1142 | .activity-update-form #whats-new-buttons { |
| 1143 | max-width: 100%; |
| 1144 | padding: 0 0 1em 0; |
| 1145 | z-index: 1000; |
| 1146 | margin: 0 0 0.5em 55px; |
| 1147 | display: flex; |
| 1148 | gap: 0.6em; |
| 1149 | margin-left: 55px; |
| 1150 | } |
| 1151 | |
| 1152 | .activity-update-form #whats-new-buttons > li { |
| 1153 | list-style: none; |
| 1154 | } |
| 1155 | |
| 1156 | .activity-update-form #whats-new-buttons > li button { |
| 1157 | padding: 5px 10px; |
| 1158 | width: auto; |
| 1159 | height: auto; |
| 1160 | } |
| 1161 | |
1142 | 1162 | .activity-update-form #whats-new-post-in-box { |
1143 | 1163 | margin: 10px 0; |
1144 | 1164 | } |