1
0
Fork 0

Correct action button selection mode styles

This commit is contained in:
kimsible 2020-07-20 14:45:43 +02:00 committed by Chocobozzz
parent b5366b3c7e
commit cd801c6907

View file

@ -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
}
} }