Skip to content

Commit

Permalink
Fix my videos buttons wrapping
Browse files Browse the repository at this point in the history
Signed-off-by: Chocobozzz <[email protected]>
  • Loading branch information
Chocobozzz committed Jan 3, 2025
1 parent 560be1e commit ef41413
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions client/src/app/+my-library/my-videos/my-videos.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ input[type=text] {
.action-button {
display: flex;
align-self: flex-end;
min-width: 200px;
justify-content: flex-end;

@include margin-left(10px);
}
Expand All @@ -23,14 +25,6 @@ my-edit-button {

@include on-small-main-col {
.action-button {
margin-top: 10px;

@include margin-left(auto);
}
}

@include on-mobile-main-col {
.action-button {
@include margin-left(0);
margin: 1rem auto 0;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
}

@include on-mobile-main-col {
@include on-small-main-col {
.video {
flex-wrap: wrap;
}
Expand Down

0 comments on commit ef41413

Please sign in to comment.