minigame 6 rocker 1.8

This commit is contained in:
2026-05-01 15:47:05 +00:00
parent b85cc3a4e5
commit 306637996e
4 changed files with 28 additions and 5 deletions
+23
View File
@@ -502,6 +502,29 @@ legend {
transition: background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.tab-heading-row {
display: inline-flex;
flex-direction: row;
align-items: flex-start;
gap: 0.4rem;
}
.tab-heading-icon {
flex: 0 0 auto;
width: 22px;
height: 22px;
object-fit: contain;
margin-top: 0.05rem;
image-rendering: pixelated;
image-rendering: crisp-edges;
}
.tab-heading-icon--wide {
width: auto;
max-width: 34px;
height: 22px;
}
.tab-label {
font-size: 0.88rem;
font-weight: 600;