Files
local-server/html/ui/app.css

24 lines
297 B
CSS
Raw Normal View History

2023-02-07 21:29:19 +01: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 13:03:42 +01:00
2023-02-15 08:49:34 +01:00
.cluster {
max-width: 50%;
}