diff --git a/frontend/src/views/app-store/index.scss b/frontend/src/views/app-store/index.scss index 059015f03..05cef5213 100644 --- a/frontend/src/views/app-store/index.scss +++ b/frontend/src/views/app-store/index.scss @@ -60,10 +60,6 @@ margin-right: 5px; } -.tag-button { - margin-left: 10px; -} - .app-divider { margin-top: 5px; border: 0; @@ -87,3 +83,11 @@ height: 300px; } } + +.tag-button { + margin-right: 10px; + &.no-active { + background: none; + border: none; + } +} diff --git a/frontend/src/views/app-store/installed/index.vue b/frontend/src/views/app-store/installed/index.vue index 4a4f15642..9d5541223 100644 --- a/frontend/src/views/app-store/installed/index.vue +++ b/frontend/src/views/app-store/installed/index.vue @@ -43,13 +43,16 @@ +