Skip to content

Commit

Permalink
fix(tooltip): fix tooltip misalignment
Browse files Browse the repository at this point in the history
fix #24
  • Loading branch information
FreekMencke committed Feb 27, 2024
1 parent c2e4a83 commit a0cd147
Show file tree
Hide file tree
Showing 9 changed files with 2,544 additions and 3,198 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2024/02/27

- updated dependencies
- fixed issue where tooltip arrows would be misaligned a bit.

## 2024/02/25

- remove players that are missing from the hiscores from the xp tracker (name change, banned, etc)
Expand Down
7 changes: 1 addition & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@
"src/manifest.webmanifest",
"src/robots.txt"
],
"styles": [
"src/styles/index.scss",
"src/styles/tailwind/base.css",
"src/styles/tailwind/components.css",
"src/styles/tailwind/utilities.css"
],
"styles": ["src/styles/tailwind/index.scss", "src/styles/index.scss"],
"scripts": [],
"allowedCommonJsDependencies": ["hammerjs"],
"serviceWorker": true,
Expand Down
Loading

0 comments on commit a0cd147

Please sign in to comment.