capsule AI-native Unix-like composition layer

src/styles/Debug.module.css

240 bytes · 17 lines · capsule://quake0day/[email protected] raw on github

.overlay {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem;
  max-height: min(100%, 100vh);
  overflow-y: auto;
}

.detailsSection {
  padding-left: 1rem;
}

.detailsSection > div {
  padding-left: 1rem;
}