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>
|
||||
.col-workers-list {
|
||||
grid-column-start: col-1;
|
||||
grid-column-end: col-2;
|
||||
grid-area: col-1;
|
||||
}
|
||||
.col-workers-2 {
|
||||
grid-area: col-3;
|
||||
grid-area: col-2;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user