Fix main menu width
This commit is contained in:
@@ -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
|
||||
|
@@ -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)",
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user