diff options
Diffstat (limited to 'client/src/app/+admin/plugins')
-rw-r--r-- | client/src/app/+admin/plugins/plugins.component.scss | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/client/src/app/+admin/plugins/plugins.component.scss b/client/src/app/+admin/plugins/plugins.component.scss index 9f61bcf7a..04ca8126a 100644 --- a/client/src/app/+admin/plugins/plugins.component.scss +++ b/client/src/app/+admin/plugins/plugins.component.scss | |||
@@ -5,3 +5,29 @@ | |||
5 | flex-grow: 0; | 5 | flex-grow: 0; |
6 | margin-right: 30px; | 6 | margin-right: 30px; |
7 | } | 7 | } |
8 | |||
9 | @media screen and (max-width: $small-view) { | ||
10 | ::ng-deep .plugins .plugin .first-row { | ||
11 | flex-wrap: wrap; | ||
12 | |||
13 | .plugin-name, | ||
14 | .plugin-version, | ||
15 | .plugin-icon { | ||
16 | margin-bottom: 10px; | ||
17 | } | ||
18 | |||
19 | .buttons { | ||
20 | my-edit-button, | ||
21 | my-delete-button, | ||
22 | my-button { | ||
23 | .action-button { | ||
24 | padding: 0 13px; | ||
25 | } | ||
26 | |||
27 | .button-label { | ||
28 | display: none; | ||
29 | } | ||
30 | } | ||
31 | } | ||
32 | } | ||
33 | } | ||