Skip to content

Commit

Permalink
improve visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
zyr17 committed Jan 4, 2024
1 parent 6384ee5 commit e4509d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2411,6 +2411,10 @@ button:hover {

<style>

body {
font-family: "Microsoft YaHei", sans-serif;
}

span {
user-select: none;
cursor: default;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Deck.vue
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ export default {
}
.one-image-div img {
width: 100%;
width: auto;
height: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/PlayerTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ export default {
}
.hands > * {
width: 7.7%;
width: 7.34531%;
height: 100%;
}
Expand Down

0 comments on commit e4509d0

Please sign in to comment.