mirror of https://github.com/Chocobozzz/PeerTube
34 lines
523 B
SCSS
34 lines
523 B
SCSS
@import '_variables';
|
|
@import '_mixins';
|
|
|
|
.form-sub-title {
|
|
flex-grow: 0;
|
|
margin-right: 30px;
|
|
}
|
|
|
|
@media screen and (max-width: $small-view) {
|
|
::ng-deep .plugins .plugin .first-row {
|
|
flex-wrap: wrap;
|
|
|
|
.plugin-name,
|
|
.plugin-version,
|
|
.plugin-icon {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.buttons {
|
|
my-edit-button,
|
|
my-delete-button,
|
|
my-button {
|
|
.action-button {
|
|
padding: 0 13px;
|
|
}
|
|
|
|
.button-label {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|