local-server/html/ui/app.css

24 lines
297 B
CSS
Raw Normal View History

2023-02-07 20:29:19 +00:00
.downloads {
display: flex;
align-content: stretch;
}
.downloads > * {
margin-left: 6pt;
}
.downloads > *:first-child {
margin-left: 0;
}
.downloads > div {
display: flex;
flex-flow: column;
max-height: 100pt;
overflow: auto;
}
2023-02-13 12:03:42 +00:00
2023-02-15 07:49:34 +00:00
.cluster {
max-width: 50%;
}