allow limiting video-comments rss feeds to an account or video channel
[oweals/peertube.git] / client / src / app / +admin / plugins / plugins.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .form-sub-title {
5   flex-grow: 0;
6   margin-right: 30px;
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 }