Fix my videos buttons wrapping

Signed-off-by: Chocobozzz <me@florianbigard.com>
pull/6752/merge
Chocobozzz 2025-01-03 11:15:59 +01:00
parent 560be1e925
commit ef41413f05
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 4 additions and 10 deletions

View File

@ -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);
}
@ -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;
}
}

View File

@ -35,7 +35,7 @@
}
}
@include on-mobile-main-col {
@include on-small-main-col {
.video {
flex-wrap: wrap;
}