Skip to content

Commit

Permalink
Merge branch 'wg-easy:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartegnian authored May 30, 2024
2 parents 24223e5 + 3638e81 commit 25f1229
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Copyright (c) Emile Nijssen
# Copyright (c) Emile Nijssen (WeeJeWel)
# Founder and Codeowner of WireGuard Easy (wg-easy)
10 changes: 5 additions & 5 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"buildcss": "npx tailwindcss -i ./www/src/css/app.css -o ./www/css/app.css"
},
"author": "Emile Nijssen",
"license": "GPL",
"license": "CC BY-NC-SA 4.0",
"dependencies": {
"debug": "^4.3.4",
"express-session": "^1.18.0",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"eslint-config-athom": "^3.1.3",
"nodemon": "^3.1.1",
"nodemon": "^3.1.2",
"tailwindcss": "^3.4.3"
},
"nodemonConfig": {
Expand Down
4 changes: 4 additions & 0 deletions src/www/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,10 @@ video {
min-height: 100vh;
}

.w-1 {
width: 0.25rem;
}

.w-10 {
width: 2.5rem;
}
Expand Down
8 changes: 4 additions & 4 deletions src/www/js/vendor/apexcharts.min.js

Large diffs are not rendered by default.

0 comments on commit 25f1229

Please sign in to comment.