Skip to content

Commit

Permalink
Fixed #4554 - Image: preview mode button spacing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 5, 2023
1 parent 6b097a4 commit 0993710
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/lib/image/style/ImageStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const css = `
.p-image-preview-container {
position: relative;
display: inline-block;
line-height: 0;
}
.p-image-preview-indicator {
Expand All @@ -24,6 +25,8 @@ const css = `
justify-content: center;
opacity: 0;
transition: opacity 0.3s;
border: none;
padding: 0;
}
.p-image-preview-container:hover > .p-image-preview-indicator {
Expand Down

0 comments on commit 0993710

Please sign in to comment.