Web: make the worker list narrower, occupying only a single column
This commit is contained in:
parent
fc4e3d60d7
commit
e18dab5c82
@ -15,11 +15,10 @@
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.col-workers-list {
|
.col-workers-list {
|
||||||
grid-column-start: col-1;
|
grid-area: col-1;
|
||||||
grid-column-end: col-2;
|
|
||||||
}
|
}
|
||||||
.col-workers-2 {
|
.col-workers-2 {
|
||||||
grid-area: col-3;
|
grid-area: col-2;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user