Mateusz Gruszczyński e382fab275 first commit
2025-05-18 19:30:50 +02:00

20 lines
244 B
CSS

body {
padding-top: 20px;
padding-bottom: 20px;
}
.table-container {
max-height: 70vh;
overflow-y: auto;
}
.series-item {
font-family: monospace;
word-break: break-all;
}
.theme-switch {
cursor: pointer;
font-size: 1.5rem;
}