Fix playlist update element dropdown ux

pull/3342/head
Chocobozzz 2020-11-20 14:38:57 +01:00
parent 07098c33df
commit da2516fde1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 26 additions and 16 deletions

View File

@ -121,27 +121,37 @@ my-video-thumbnail,
border: none;
}
}
}
}
.dropdown-item {
@include dropdown-with-icon-item;
.dropdown-menu {
.dropdown-item {
@include dropdown-with-icon-item;
cursor: pointer;
}
.timestamp-options {
padding-top: 0;
padding-left: 35px;
margin-bottom: 15px;
> div {
display: flex;
align-items: center;
margin-bottom: 5px;
}
.timestamp-options {
padding-top: 0;
padding-left: 35px;
margin-bottom: 15px;
my-peertube-checkbox {
margin-right: 5px;
}
> div {
display: flex;
align-items: center;
}
input {
@include peertube-button;
@include orange-button;
input {
@include peertube-button;
@include orange-button;
margin-top: 10px;
}
margin-top: 10px;
}
}
}