X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2FApp.vue;h=1a0b1d6428ffab304a84fa3800cb0fe57b0dfb4a;hb=47a41cfff7de841a931f5694dbcddaf235e91bdd;hp=471a240ab579d7dbb3908368e12440e22c6c8a67;hpb=916f0920593cd041ba7be8a8ac28b62db0303d06;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/App.vue b/ui/web/src/App.vue index 471a240a..1a0b1d64 100644 --- a/ui/web/src/App.vue +++ b/ui/web/src/App.vue @@ -1,6 +1,9 @@ @@ -24,14 +27,18 @@ import Container from '@/components/Container.vue' #action-container { min-width: max-content; + height: fit-content; display: flex; + position: sticky; + top: 0.008%; flex-direction: column; justify-content: center; align-items: center; text-align: center; - margin: 0.4%; + margin-right: 0.2%; + margin-left: 0.2%; padding: 0.4%; - border: solid black; + border: solid 0.25px black; } body {