Fix overflow on videos list pages
This commit is contained in:
parent
f90db24233
commit
8e15a31e98
|
@ -129,6 +129,7 @@ my-actor-avatar {
|
||||||
.video-actions {
|
.video-actions {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
top: -3px;
|
top: -3px;
|
||||||
|
width: auto;
|
||||||
|
|
||||||
::ng-deep .dropdown-root {
|
::ng-deep .dropdown-root {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
|
|
|
@ -77,7 +77,6 @@ $margin-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $mobile-view) {
|
@media screen and (max-width: $mobile-view) {
|
||||||
.videos-header,
|
|
||||||
my-video-filters-header {
|
my-video-filters-header {
|
||||||
@include margin-left(1rem);
|
@include margin-left(1rem);
|
||||||
@include margin-right(1rem);
|
@include margin-right(1rem);
|
||||||
|
@ -93,5 +92,6 @@ $margin-top: 2rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user