mirror of https://github.com/Chocobozzz/PeerTube
Fix playlist update element dropdown ux
parent
07098c33df
commit
da2516fde1
|
@ -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 {
|
||||||
|
@ -144,7 +155,6 @@ my-video-thumbnail,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@mixin more-dropdown-control {
|
@mixin more-dropdown-control {
|
||||||
.video {
|
.video {
|
||||||
|
|
Loading…
Reference in New Issue