Fix playlist side column (#1151)

This commit is contained in:
saltrafael 2022-03-18 12:26:15 -03:00 committed by GitHub
parent 341bd1341d
commit d2fdcc970f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -339,9 +339,7 @@ body {
.file-page__recommended-collection { .file-page__recommended-collection {
@extend .file-page__recommended; @extend .file-page__recommended;
flex-direction: column;
overflow-wrap: break-word;
width: 28rem;
@media (max-width: $breakpoint-small) { @media (max-width: $breakpoint-small) {
width: unset; width: unset;
} }
@ -446,14 +444,11 @@ body {
} }
} }
} }
.collection-preview__edit-group {
//width: 1.5rem;
}
} }
.file-page__playlist-collection { .file-page__playlist-collection {
@extend .file-page__recommended-collection; @extend .file-page__recommended-collection;
.card__first-pane { .card__first-pane {
.card__header--between { .card__header--between {
.card__title-section { .card__title-section {
@ -461,6 +456,7 @@ body {
} }
} }
} }
.file-page__playlist-collection__row { .file-page__playlist-collection__row {
@extend .file-page__recommended-collection__row; @extend .file-page__recommended-collection__row;
@ -472,10 +468,6 @@ body {
} }
} }
} }
@media (min-width: $breakpoint-small) {
width: 32rem;
}
} }
@media (max-width: $breakpoint-medium) { @media (max-width: $breakpoint-medium) {
@ -519,7 +511,8 @@ body {
justify-content: space-between; justify-content: space-between;
gap: var(--spacing-l); gap: var(--spacing-l);
.file-page__recommended { .file-page__recommended,
.file-page__playlist-collection {
margin: 0 !important; margin: 0 !important;
height: 100% !important; height: 100% !important;
width: 100% !important; width: 100% !important;