Skip to content

Commit

Permalink
[PROD-7441] Fix Forum Gif picker bg and block size
Browse files Browse the repository at this point in the history
  • Loading branch information
amincdev committed Jun 7, 2024
1 parent f97169d commit 15a7435
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1706,8 +1706,9 @@ div[class*="attached-gif-container"] {
position: relative;
height: auto !important;
width: auto !important;
display: inline-block;
max-width: 450px;
background-image: none;
background-image: none !important;

.gif-image-remove {
border-radius: 10px;
Expand Down
3 changes: 2 additions & 1 deletion src/bp-templates/bp-nouveau/css/buddypress-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -3145,8 +3145,9 @@ div[class*="attached-gif-container"] {
position: relative;
height: auto !important;
width: auto !important;
display: inline-block;
max-width: 450px;
background-image: none;
background-image: none !important;
}

div[class*="attached-gif-container"] .gif-image-remove {
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.

3 changes: 2 additions & 1 deletion src/bp-templates/bp-nouveau/css/buddypress.css
Original file line number Diff line number Diff line change
Expand Up @@ -3145,8 +3145,9 @@ div[class*="attached-gif-container"] {
position: relative;
height: auto !important;
width: auto !important;
display: inline-block;
max-width: 450px;
background-image: none;
background-image: none !important;
}

div[class*="attached-gif-container"] .gif-image-remove {
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 15a7435

Please sign in to comment.