From 5a2baff8632d79ebd0dbd666b14d6932b4936d58 Mon Sep 17 00:00:00 2001 From: samuel Date: Tue, 2 Sep 2025 12:14:59 +0200 Subject: [PATCH] Fix main menu width --- CHANGELOG.md | 4 ++++ manifest.json | 2 +- src/kaplus.css | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bb1dd1..a7583e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.4.1 (2025-09-02) + +- correction de la largeur du menu principal + ## 1.4.0 (2025-08-31) - intégration des drapeaux d'attaque dans la barre de menu principale diff --git a/manifest.json b/manifest.json index ef77d0c..3a6d847 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "KAplus", - "version": "1.4.0", + "version": "1.4.1", "author": "Samuel Campos - netoik.io", "description": "Extension développée pour améliorer l'expérience de jeu KingsAge (fonctionne avec ou sans premium)", diff --git a/src/kaplus.css b/src/kaplus.css index 80d8cac..23c5e8b 100644 --- a/src/kaplus.css +++ b/src/kaplus.css @@ -9,7 +9,7 @@ @media (max-width:1000px) { #display_left, #display_right { - display: none; + display: none !important; } } @@ -25,7 +25,7 @@ .shortcut-element { top: 148px !important; text-align: center !important; - padding: 0 10px 0 12px !important; + padding: 0 9px 0 11px !important; } .flag { position: absolute; @@ -50,7 +50,7 @@ left: 10px; } .shortcut_container_flag_right { - right: 15px; + right: 10px; } .shortcut_element { margin: 0 !important;