Fix my videos buttons wrapping
Signed-off-by: Chocobozzz <me@florianbigard.com>
This commit is contained in:
parent
560be1e925
commit
ef41413f05
2 changed files with 4 additions and 10 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@include on-mobile-main-col {
|
||||
@include on-small-main-col {
|
||||
.video {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue