20 lines
244 B
CSS
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;
|
|
}
|