Correct action button selection mode styles
This commit is contained in:
parent
b5366b3c7e
commit
cd801c6907
1 changed files with 6 additions and 3 deletions
|
@ -10,14 +10,13 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
||||||
.action-button {
|
.action-button {
|
||||||
display: inline-block;
|
display: block;
|
||||||
|
margin-left: 55px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-button-cancel-selection {
|
.action-button-cancel-selection {
|
||||||
@include peertube-button;
|
@include peertube-button;
|
||||||
@include grey-button;
|
@include grey-button;
|
||||||
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -54,4 +53,8 @@
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.action-selection-mode {
|
||||||
|
display: none; // disable for small screens
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue