diff --git a/services/web/frontend/js/features/project-list/components/project-list-root.tsx b/services/web/frontend/js/features/project-list/components/project-list-root.tsx index b532b69cd3..1bac43455c 100644 --- a/services/web/frontend/js/features/project-list/components/project-list-root.tsx +++ b/services/web/frontend/js/features/project-list/components/project-list-root.tsx @@ -95,9 +95,7 @@ function ProjectListPageContent() {
-
- -
+
diff --git a/services/web/frontend/stylesheets/app/project-list-react.less b/services/web/frontend/stylesheets/app/project-list-react.less index 6ee83b6242..b082269ff8 100644 --- a/services/web/frontend/stylesheets/app/project-list-react.less +++ b/services/web/frontend/stylesheets/app/project-list-react.less @@ -703,19 +703,10 @@ } .project-list-sidebar-survey-wrapper { - display: flex; position: fixed; bottom: 0; left: 0; - width: 100%; - - .project-list-sidebar-survey-subwrapper { - flex: @project-list-sidebar-wrapper-flex; - - @media (max-width: @screen-xs-max) { - line-height: @mobile-action-element-height; - } - } + width: 15%; .project-list-sidebar-survey-dismiss { position: relative; @@ -724,9 +715,11 @@ } @media (max-width: @screen-xs-max) { + line-height: @mobile-action-element-height; position: static; display: block; margin-top: @margin-sm; + width: initial; .project-list-sidebar-survey { font-size: unset;