Fix main menu width
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.4.1 (2025-09-02)
|
||||||
|
|
||||||
|
- correction de la largeur du menu principal
|
||||||
|
|
||||||
## 1.4.0 (2025-08-31)
|
## 1.4.0 (2025-08-31)
|
||||||
|
|
||||||
- intégration des drapeaux d'attaque dans la barre de menu principale
|
- intégration des drapeaux d'attaque dans la barre de menu principale
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "KAplus",
|
"name": "KAplus",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
|
|
||||||
"author": "Samuel Campos - netoik.io",
|
"author": "Samuel Campos - netoik.io",
|
||||||
"description": "Extension développée pour améliorer l'expérience de jeu KingsAge (fonctionne avec ou sans premium)",
|
"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) {
|
@media (max-width:1000px) {
|
||||||
#display_left, #display_right {
|
#display_left, #display_right {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
.shortcut-element {
|
.shortcut-element {
|
||||||
top: 148px !important;
|
top: 148px !important;
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
padding: 0 10px 0 12px !important;
|
padding: 0 9px 0 11px !important;
|
||||||
}
|
}
|
||||||
.flag {
|
.flag {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
left: 10px;
|
left: 10px;
|
||||||
}
|
}
|
||||||
.shortcut_container_flag_right {
|
.shortcut_container_flag_right {
|
||||||
right: 15px;
|
right: 10px;
|
||||||
}
|
}
|
||||||
.shortcut_element {
|
.shortcut_element {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
Reference in New Issue
Block a user