Correct action button selection mode styles

pull/2977/head
kimsible 2020-07-20 14:45:43 +02:00 committed by Chocobozzz
parent b5366b3c7e
commit cd801c6907
1 changed files with 6 additions and 3 deletions

View File

@ -10,14 +10,13 @@
position: fixed;
.action-button {
display: inline-block;
display: block;
margin-left: 55px;
}
.action-button-cancel-selection {
@include peertube-button;
@include grey-button;
margin-right: 10px;
}
}
}
@ -54,4 +53,8 @@
margin-top: 10px;
}
}
.action-selection-mode {
display: none; // disable for small screens
}
}