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 @@

Rocketadmin can not find any tables

-
- + + + - - - - -
+ Preview
{{column.normalizedTitle}} - + Preview - + {{ displayName }}
- {{ getFilter(activeFilter) }}
- + {{ getFilter(filter) }}
diff --git a/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.css b/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.css index 12f0bb39e..e12d3204d 100644 --- a/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.css +++ b/frontend/src/app/components/dashboard/db-tables-list/db-tables-list.component.css @@ -87,7 +87,7 @@ .search-input { background-color: transparent; - margin-top: 12px; + margin-top: 4px; margin-left: 16px; margin-bottom: -24px; width: calc(100% - 32px);