diff --git a/styles/elements/_menu.scss b/styles/elements/_menu.scss index ca7953db..7c18bc62 100644 --- a/styles/elements/_menu.scss +++ b/styles/elements/_menu.scss @@ -42,6 +42,13 @@ } } + .menu__message { + @include h5; + font-weight: normal; + font-style: italic; + padding: 0 ($gap * 2); + } + .menu__button { margin: ($gap * 2) ($gap * 2) 0; white-space: nowrap; diff --git a/templates/navigation/topbar.html b/templates/navigation/topbar.html index b4fcabee..2550c4be 100644 --- a/templates/navigation/topbar.html +++ b/templates/navigation/topbar.html @@ -15,7 +15,6 @@
{% if workspace %} - {% if workspaces %}
- {% else %} - -
- - {{ ("Workspace " + workspace.name) }} - -
- - {% endif %} {% endif %}