client/src/app/shared/shared-main/buttons/action-dropdown.component.scss
@use '_variables' as *;
@use '_mixins' as *;
.dropdown-divider:last-child {
display: none;
}
.action-button {
display: inline-block;
@include peertube-button;
&.button-styled {
&.grey {
@include grey-button;
}
&.orange {
@include orange-button;
}
&:hover,
&:active,
&:focus {
background-color: $grey-background-color;
}
}
&::after {
display: none;
}
.more-icon {
width: 21px;
::ng-deep {
@include apply-svg-color(pvar(--actionButtonColor));
}
}
&.small {
font-size: 14px;
padding: 0 10px;
}
}
.dropdown-toggle::after {
position: relative;
top: 1px;
}
.dropdown-menu {
max-width: 75vw;
.dropdown-header {
padding: 0.2rem 1rem;
}
.dropdown-item {
display: flex;
cursor: pointer;
&.with-icon {
@include dropdown-with-icon-item;
.icon-video-lang {
top: 0;
}
}
a,
span {
display: block;
width: 100%;
}
}
}
.item-label {
display: flex;
flex-direction: column;
min-width: 1px;
> * {
@include ellipsis;
}
}
.owner-moderator-privilege {
margin: 0 !important;
width: 13px !important;
@include margin-left(0.25rem !important);
}