diff --git a/src/components/NetworkMapSectors.vue b/src/components/NetworkMapSectors.vue index 95eedbf..f747870 100644 --- a/src/components/NetworkMapSectors.vue +++ b/src/components/NetworkMapSectors.vue @@ -1,41 +1,29 @@ @@ -88,4 +76,10 @@ text { fill: gray; cursor: zoom-in; } + +rect { + fill: white; + fill-opacity: 0.25; + cursor: zoom-in; +} diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 727efd8..86dcb6e 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -169,7 +169,7 @@ export default defineComponent({ } #forms { - padding: 1px 3px 7px 0; + padding: 1px 3px 7px 1px; /* font-size: 120%; */ flex-grow: 1; }