diff --git a/app/assets/images/empty-screen-illustration.png b/app/assets/images/empty-screen-illustration.png new file mode 100644 index 000000000..98df94354 Binary files /dev/null and b/app/assets/images/empty-screen-illustration.png differ diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index 71265c9f4..65fb21806 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -39,7 +39,12 @@ table { } #no-teams-jumbotron { - padding-left: 50px; + display: flex; + flex-direction: column; + align-items: center; + position: relative; + top: 100px; + justify-content: center; } #alert-container { diff --git a/app/javascript/vue/navigation/top_menu.vue b/app/javascript/vue/navigation/top_menu.vue index 9bcd5147f..93bf9b602 100644 --- a/app/javascript/vue/navigation/top_menu.vue +++ b/app/javascript/vue/navigation/top_menu.vue @@ -6,7 +6,7 @@ -
+
-