diff --git a/app/components/topbar-account-panel/template.hbs b/app/components/topbar-account-panel/template.hbs index bb50629..35e802c 100644 --- a/app/components/topbar-account-panel/template.hbs +++ b/app/components/topbar-account-panel/template.hbs @@ -8,7 +8,7 @@ (core) {{/if}} {{else}} - Anonymous + Anonymous {{#if showConnectButton}} diff --git a/app/styles/components/_topbar-account-panel.scss b/app/styles/components/_topbar-account-panel.scss index 2f04ce1..58dcc57 100644 --- a/app/styles/components/_topbar-account-panel.scss +++ b/app/styles/components/_topbar-account-panel.scss @@ -8,4 +8,10 @@ header#topbar section#user-account { margin-left: 0.6rem; } + @include media-max(small) { + .anonymous { + display: none; + } + } + }