mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix my videos buttons wrapping
Signed-off-by: Chocobozzz <me@florianbigard.com>
This commit is contained in:
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
Block a user