MAp management and helpers

This commit is contained in:
2026-06-02 00:16:08 +02:00
parent 49423f40f5
commit efe37b8a96
22 changed files with 1163 additions and 71 deletions
+23
View File
@@ -734,3 +734,26 @@ button.btn-calculate:hover,
vertical-align: super;
margin-left: 2px;
}
/* Bandeau monde sélectionné (depuis carte de chat) */
.world-info-banner {
display: flex;
align-items: center;
gap: 8px;
padding: 8px 12px;
background: #e8e0d0;
border: 1px solid #c9a227;
border-radius: 4px;
margin-bottom: 10px;
font-size: 0.95em;
}
.world-info-banner i {
color: #c9a227;
}
.world-info-banner .world-info-loc {
color: #888;
font-size: 0.85em;
}