Skip to content

Commit

Permalink
background-position-y: center
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Aug 15, 2024
1 parent 7f59e26 commit 3c4f86e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/containers/LeagueStage/Matrix.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const TeamDiv = styled.div<{
country: Country;
}>`
padding-left: 14.5px;
background-position-y: 1.5px;
background-position-y: center;
background-size: 12px;
background-repeat: no-repeat;
Expand Down
2 changes: 1 addition & 1 deletion src/ui/table/ContentWithFlag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Content from './Content';

const ContentWithoutFlag = styled(Content)`
padding-left: 19px;
background-position-y: 1px;
background-position-y: center;
background-size: 16px;
background-repeat: no-repeat;
Expand Down

0 comments on commit 3c4f86e

Please sign in to comment.