This commit is contained in:
cay 2026-04-04 10:54:33 +01:00
parent ff85b14d31
commit 4dec61303c

View File

@ -405,16 +405,14 @@ function renderShell() {
color: #c8e0a6; text-align: center;
}
.kd-deck-card-footer-counts {
position: absolute;
bottom: 4px;
left: 6px;
display: flex;
justify-content: center;
align-items: center;
padding: 3px 6px;
background: rgba(0,0,0,0.85);
border-top: 1px solid #2a3a10;
border-radius: 0 0 6px 6px;
height: 22px;
flex-shrink: 0;
margin-top: 10px;
background: transparent;
z-index: 5;
pointer-events: none;
}
.kd-deck-count-indeck { font-family: "Cinzel", serif; font-size: 13px; color: #88cc44; font-weight: bold; }