diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss index 84915f274..0c899fd0e 100644 --- a/dashboard/src/theme.scss +++ b/dashboard/src/theme.scss @@ -357,6 +357,26 @@ textarea { // Apps view // ---------------------------- +.app-list { + width: 100%; + margin-top: 20px !important; + + .app-list-item { + .app-list-item-icon { + height: 32px; + } + + .app-list-app-link { + display: block; + color: $text-dark; + + &:hover { + text-decoration: none; + } + } + } +} + .app-grid { display: flex; flex-wrap: wrap; diff --git a/dashboard/src/views/apps.html b/dashboard/src/views/apps.html index 968650673..9cac1ca47 100644 --- a/dashboard/src/views/apps.html +++ b/dashboard/src/views/apps.html @@ -140,6 +140,7 @@ +