Skip to content

Commit

Permalink
[desktop]: Fix dialog close button oval-shaped
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Apr 14, 2024
1 parent eb550bd commit 3f33f1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions desktop/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,12 @@ p-dropdownitem *,
-webkit-app-region: no-drag;
}

.p-dialog .p-dialog-header .p-dialog-header-icon {
min-width: 3rem;
width: 3rem;
height: 3rem;
}

.pixelated {
image-rendering: pixelated;
}
Expand Down

0 comments on commit 3f33f1f

Please sign in to comment.