From 541daefb16ecd18f15d2311e0eaad2c9520d7d41 Mon Sep 17 00:00:00 2001 From: simatec Date: Thu, 26 Sep 2024 10:02:08 +0200 Subject: [PATCH] (simatec) Fix for Admin 7.1.5 --- README.md | 3 +++ admin/jsonConfig.json | 12 ++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c6c6bf..8f2bbe9 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ When the adapter crashes or an other Code error happens, this error message that ## Changelog +### __WORK IN PROGRESS__ +* (simatec) Fix for Admin 7.1.5 + ### 0.9.11 (2024-09-21) * (simatec) small Design fix diff --git a/admin/jsonConfig.json b/admin/jsonConfig.json index 77a4b75..c2df1fa 100644 --- a/admin/jsonConfig.json +++ b/admin/jsonConfig.json @@ -240,14 +240,22 @@ "noTranslation": true, "href": "https://paypal.me/mk1676", "src": "https://img.shields.io/badge/paypal-donate%20%7C%20spenden-blue.svg", - "newLine": true + "newLine": true, + "xs": 7, + "sm": 3, + "md": 3, + "lg": 1.2 }, "_githubSponsor": { "type": "staticImage", "tooltip": "GitHub Sponsors", "noTranslation": true, "href": "https://github.com/sponsors/simatec", - "src": "https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86" + "src": "https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86", + "xs": 5, + "sm": 2, + "md": 2, + "lg": 0.8 } } } \ No newline at end of file