Fix overflow on videos list pages

This commit is contained in:
Chocobozzz 2023-10-20 15:54:21 +02:00
parent f90db24233
commit 8e15a31e98
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 1 deletions

View File

@ -129,6 +129,7 @@ my-actor-avatar {
.video-actions {
margin: 0;
top: -3px;
width: auto;
::ng-deep .dropdown-root {
opacity: 1 !important;

View File

@ -77,7 +77,6 @@ $margin-top: 2rem;
}
@media screen and (max-width: $mobile-view) {
.videos-header,
my-video-filters-header {
@include margin-left(1rem);
@include margin-right(1rem);
@ -93,5 +92,6 @@ $margin-top: 2rem;
text-align: center;
width: 100%;
margin-bottom: 1rem;
display: block;
}
}