Skip to content

Commit

Permalink
Improve formatting in Chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed Jun 19, 2024
1 parent 1177d81 commit 0bceb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ console.log(
██ █ ██ ${(appData.isProduction ? appData.appVersion ?? "‹unknown›" : "development version") + " "}
█ ███ █
███████`,
`color:#ff9c00;background:rgb(48, 48, 48);display:inline-block;padding:.5em 0`,
`color:#ff9c00;background:rgb(48, 48, 48);display:inline-block`,
);
const setOperator = (operator: string) => {
Expand Down

0 comments on commit 0bceb2e

Please sign in to comment.