This is an automated email from the ASF dual-hosted git repository. riemer pushed a commit to branch 3207-remove-pipeline-element-recommender in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit c3ea22c5a7609929d2409453f65c73cf7db88f99 Author: Dominik Riemer <[email protected]> AuthorDate: Tue Sep 3 18:06:34 2024 +0200 Fix layout --- .../pipeline-element-options.component.scss | 9 ++------- ui/src/scss/sp/pipeline-element-options.scss | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/ui/src/app/editor/components/pipeline-element-options/pipeline-element-options.component.scss b/ui/src/app/editor/components/pipeline-element-options/pipeline-element-options.component.scss index 76bb0dab1c..94f3550caf 100644 --- a/ui/src/app/editor/components/pipeline-element-options/pipeline-element-options.component.scss +++ b/ui/src/app/editor/components/pipeline-element-options/pipeline-element-options.component.scss @@ -59,12 +59,7 @@ top: -35%; } -.recommended-button { - left: 53%; - top: 85%; -} - .possible-button { - left: 18%; - top: 85%; + left: 37.5%; + top: 80%; } diff --git a/ui/src/scss/sp/pipeline-element-options.scss b/ui/src/scss/sp/pipeline-element-options.scss index 5b6340e026..b5c8999b8e 100644 --- a/ui/src/scss/sp/pipeline-element-options.scss +++ b/ui/src/scss/sp/pipeline-element-options.scss @@ -36,7 +36,7 @@ left: 0%; top: 50%; width: 104%; - padding: 65px 0px 10px; + padding: 60px 0 10px; font-size: smaller; text-align: center; box-shadow: 0 0 2px #555;
