Skip to content

Commit a6956ff

Browse files
committed
fix: polish commission desktop and detail views
1 parent 115ddd8 commit a6956ff

2 files changed

Lines changed: 306 additions & 56 deletions

File tree

src/WinXP/Icons/index.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,8 @@ const StyledIcon = styled(Icon)`
279279
}
280280
&__img {
281281
display: block;
282-
max-width: 48px;
283-
max-height: 48px;
284-
width: auto;
285-
height: auto;
282+
width: 48px;
283+
height: 48px;
286284
object-fit: contain;
287285
opacity: ${({ isFocus, displayFocus }) =>
288286
isFocus && displayFocus ? 0.5 : 1};

0 commit comments

Comments
 (0)