From 8e167da16f86587d7af3be11f030c4436f226818 Mon Sep 17 00:00:00 2001 From: Raphix Date: Fri, 1 Sep 2023 09:39:36 +0200 Subject: [PATCH] Version 0.7.2h - Fix Style --- src/main.js | 2 +- src/web/public/stylesheets/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index 56110f2..e611bb3 100644 --- a/src/main.js +++ b/src/main.js @@ -33,7 +33,7 @@ function getConfig(dlog) { var config_data = JSON.parse(fs.readFileSync(__glob.CONFIG)) - dlog.log("Fichier de configuration trouvé : TOKEN : " + config_data.token) + dlog.log("Fichier de configuration trouvé : " + __glob.CONFIG) dlog.step.end("getConfig") return config_data diff --git a/src/web/public/stylesheets/style.css b/src/web/public/stylesheets/style.css index 89b79e9..6f6f363 100644 --- a/src/web/public/stylesheets/style.css +++ b/src/web/public/stylesheets/style.css @@ -1070,7 +1070,7 @@ p { .set_user_info img { - width: 4vw; + width: 3.5vw; margin-right: 10%; } \ No newline at end of file