diff --git a/frontend/src/app/components/dashboard/dashboard.component.css b/frontend/src/app/components/dashboard/dashboard.component.css index 066b922fe..4db64c67b 100644 --- a/frontend/src/app/components/dashboard/dashboard.component.css +++ b/frontend/src/app/components/dashboard/dashboard.component.css @@ -48,14 +48,9 @@ padding: 0 24px; } -.toggle-button-position { - display: flex; - justify-content: center; - margin-top: 24px; -} - -.toggle-button_opened { - width: calc(100% - 32px); +.toggle-button { + margin-top: 8px; + margin-left: 12px; } .dashboard { diff --git a/frontend/src/app/components/dashboard/dashboard.component.html b/frontend/src/app/components/dashboard/dashboard.component.html index 64eefe018..87911c778 100644 --- a/frontend/src/app/components/dashboard/dashboard.component.html +++ b/frontend/src/app/components/dashboard/dashboard.component.html @@ -47,27 +47,26 @@