Files
BridgeSwarm/examples/clip-studio/style.css
T
Raven Scott 906422d0a5
CI / Build & Test (push) Successful in 8m12s
Updates
2026-07-26 23:23:52 -04:00

21 lines
327 B
CSS

.bs-page code {
font-family: var(--font-mono);
font-size: 0.85em;
color: var(--accent-2);
}
#liveStage video {
max-height: 280px;
}
.results {
align-items: stretch;
}
.results .bs-stage {
flex: 1;
min-width: 220px;
margin-top: 0.5rem;
}
.results .bs-stage video,
.results .bs-stage img {
max-height: 240px;
}