1
0
Fork 0

Fix playlist update element dropdown ux

This commit is contained in:
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,9 +121,15 @@ my-video-thumbnail,
border: none; border: none;
} }
} }
}
}
.dropdown-menu {
.dropdown-item { .dropdown-item {
@include dropdown-with-icon-item; @include dropdown-with-icon-item;
cursor: pointer;
} }
.timestamp-options { .timestamp-options {
@ -134,6 +140,11 @@ my-video-thumbnail,
> div { > div {
display: flex; display: flex;
align-items: center; align-items: center;
margin-bottom: 5px;
}
my-peertube-checkbox {
margin-right: 5px;
} }
input { input {
@ -143,7 +154,6 @@ my-video-thumbnail,
margin-top: 10px; margin-top: 10px;
} }
} }
}
} }
@mixin more-dropdown-control { @mixin more-dropdown-control {