mirror of https://github.com/Chocobozzz/PeerTube
Fix my videos buttons wrapping
Signed-off-by: Chocobozzz <me@florianbigard.com>pull/6752/merge
parent
560be1e925
commit
ef41413f05
|
@ -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…
Reference in New Issue