mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4554 - Image: preview mode button spacing fixes
This commit is contained in:
parent
6b097a40d7
commit
0993710ff6
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,7 @@ const css = `
|
|||
.p-image-preview-container {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.p-image-preview-indicator {
|
||||
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue