From 96027525973bc9609ee3784a3c0d04a9673d02de Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 15 Oct 2020 15:14:35 +0200 Subject: [PATCH] Small style fix. --- frontend/app/features/apps/pages/apps-page.component.html | 4 ++-- .../app/shared/components/assets/asset-folder.component.scss | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/app/features/apps/pages/apps-page.component.html b/frontend/app/features/apps/pages/apps-page.component.html index 7cea6473d..66209487f 100644 --- a/frontend/app/features/apps/pages/apps-page.component.html +++ b/frontend/app/features/apps/pages/apps-page.component.html @@ -1,8 +1,8 @@ -
+
-

{{ 'apps.welcomeTitle' | sqxTranslate: { user: authState.user?.displayName } }}

+

{{ 'apps.welcomeTitle' | sqxTranslate: { user: user.displayName } }}

{{ 'apps.welcomeSubtitle' | sqxTranslate }} diff --git a/frontend/app/shared/components/assets/asset-folder.component.scss b/frontend/app/shared/components/assets/asset-folder.component.scss index fbd449dfd..a2d87a346 100644 --- a/frontend/app/shared/components/assets/asset-folder.component.scss +++ b/frontend/app/shared/components/assets/asset-folder.component.scss @@ -14,6 +14,7 @@ img { & { border-bottom-width: 1px; border-width: 1px; + cursor: default; width: $asset-width; }