Skip to content

Commit

Permalink
Random fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Jul 22, 2024
1 parent 2f8bf7b commit 73aa8b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/graphics/game-layout/components/CommentatorsReader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'justify-content': 'center',
'align-items': 'center',
'font-weight': 300,
'font-size': '18pt',
'font-size': '15pt',
'text-transform': 'uppercase',
'font-family': 'pixelmix',
}"
Expand Down
6 changes: 5 additions & 1 deletion src/graphics/game-layout/components/RunInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// padding: '5px 20px',
'line-height': lineHeight || 'unset',
'white-space': 'normal',
'padding-top': '12px',
'padding-top': '8px',
}"
>
<div
Expand Down Expand Up @@ -193,6 +193,10 @@ export default class extends Vue {
white-space: unset !important;
}
.system {
text-transform: uppercase;
}
.systemEst {
align-self: flex-start;
text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
Expand Down

0 comments on commit 73aa8b6

Please sign in to comment.