fix 2
This commit is contained in:
@@ -318,9 +318,9 @@ tr:hover td { background: #1e1e40; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
Building, Academy & Unit Picker Modals
|
Building, Academy, Unit & Market Modals
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
#building-modal-overlay, #academy-modal-overlay, #unit-modal-overlay {
|
#building-modal-overlay, #academy-modal-overlay, #unit-modal-overlay, #market-modal-overlay {
|
||||||
display: none;
|
display: none;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
@@ -329,9 +329,9 @@ tr:hover td { background: #1e1e40; }
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
#building-modal-overlay.open, #academy-modal-overlay.open, #unit-modal-overlay.open { display: flex; }
|
#building-modal-overlay.open, #academy-modal-overlay.open, #unit-modal-overlay.open, #market-modal-overlay.open { display: flex; }
|
||||||
|
|
||||||
#building-modal, #academy-modal, #unit-modal {
|
#building-modal, #academy-modal, #unit-modal, #market-modal {
|
||||||
background: #16213e;
|
background: #16213e;
|
||||||
border: 2px solid #c8a44a;
|
border: 2px solid #c8a44a;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|||||||
@@ -83,7 +83,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="command-form-wrap" style="display:none">
|
<div id="command-form-wrap" style="display:none">
|
||||||
<div class="command-form" style="display: flex; flex-direction: column; gap: 15px;">
|
<div class="command-form" style="display: flex; flex-direction: column; gap: 15px; align-items: flex-start;">
|
||||||
|
|
||||||
<!-- Segmented Control Row -->
|
<!-- Segmented Control Row -->
|
||||||
<div class="segmented-control" id="cmd-type-buttons" style="display: flex; gap: 5px; background: #16213e; padding: 4px; border-radius: 8px; border: 1px solid #2a4a6a;">
|
<div class="segmented-control" id="cmd-type-buttons" style="display: flex; gap: 5px; background: #16213e; padding: 4px; border-radius: 8px; border: 1px solid #2a4a6a;">
|
||||||
|
|||||||
Reference in New Issue
Block a user