Files
eveship.fit/components/Debug/Debug.module.css
Patric Stout 4748a6af3d feat: developer debug tool, to quickly analyze errors with fits (#50)
This can be opened via the console:

  window.esf_debug()
2024-05-11 15:51:32 +02:00

14 lines
169 B
CSS

.debug {
background-color: #cdcdcd;
padding: 10px;
}
.header {
margin-bottom: 10px;
text-align: center;
}
.debug > select {
margin-bottom: 10px;
}