Web: tweak webapp layout
This commit is contained in:
parent
4ebf4f31f9
commit
c07d2e3249
@ -220,7 +220,6 @@ h3.sub-title {
|
|||||||
.col-1 {
|
.col-1 {
|
||||||
grid-area: col-1;
|
grid-area: col-1;
|
||||||
max-height: calc(100vh - var(--header-height) - var(--footer-height) - 2*var(--grid-gap));
|
max-height: calc(100vh - var(--header-height) - var(--footer-height) - 2*var(--grid-gap));
|
||||||
overflow: scroll;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-2 {
|
.col-2 {
|
||||||
|
@ -43,7 +43,7 @@ export default {
|
|||||||
initialSort: [
|
initialSort: [
|
||||||
{ column: "updated", dir: "desc" },
|
{ column: "updated", dir: "desc" },
|
||||||
],
|
],
|
||||||
height: "100%",
|
height: "99%",
|
||||||
data: [], // Will be filled via a Flamenco API request.
|
data: [], // Will be filled via a Flamenco API request.
|
||||||
selectable: 1, // Only allow a single row to be selected at a time.
|
selectable: 1, // Only allow a single row to be selected at a time.
|
||||||
};
|
};
|
||||||
@ -125,11 +125,6 @@ export default {
|
|||||||
.job-list-container {
|
.job-list-container {
|
||||||
font-family: 'Noto Mono', monospace;
|
font-family: 'Noto Mono', monospace;
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
height: calc(100% - var(--action-bar-height) - 2em);
|
height: calc(100% - var(--action-bar-height));
|
||||||
}
|
|
||||||
|
|
||||||
.job-list {
|
|
||||||
outline: 2px solid lime;
|
|
||||||
outline-offset: -1px;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user