-
-
-
-
-
-
-
-
-
-
-
+
+
+ {{ categoryButtonLabel(category) }}
+
+
+
+
+
+
+ {{ 'appstore.ssofilter.label' | tr }}
+
+
+
+
+
+
{{ 'apps.addAppproxyAction' | tr }}
+ {{ 'apps.addApplinkAction' | tr }}
diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss
index be2d97577..c510b363f 100644
--- a/dashboard/src/theme.scss
+++ b/dashboard/src/theme.scss
@@ -972,45 +972,13 @@ multiselect {
}
.appstore-toolbar {
- padding: 15px 0;
+ display: flex;
+ flex-wrap: wrap;
+ gap: 5px;
+ margin: auto;
+ max-width: 1400px;
+ padding: 15px 10px;
background: transparent;
- margin: 0 15px;
-
- .appstore-toolbar-content {
- display: flex;
- margin: auto;
- max-width: 1400px;
-
- > * {
- margin: 0 10px;
- }
-
- // > input {
- // margin: 0 10px;
- // margin-right: 15px;
- // }
-
- // > button, > .dropdown > .btn {
- // border-radius: 0;
- // display: inline-block;
- // }
-
- // > button:first-of-type {
- // margin-left: 5px;
- // }
-
- // @media(max-width:768px) {
- // flex-wrap: wrap;
-
- // > input {
- // margin: 0;
- // }
-
- // > button, > .dropdown {
- // display: none;
- // }
- // }
- }
}
.appstore-grid {