added love, dislike, and unlove to context menus for media items, fixed error where disabled contextmenu items would stop the rest after from adding

This commit is contained in:
booploops 2022-01-05 03:08:59 -08:00
parent 8ecd174a11
commit 091dc32fbd
5 changed files with 239 additions and 8 deletions

View file

@ -583,17 +583,21 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
text-align: left;
color: #eee;
font-family: inherit;
font-size: 15px;
padding: 8px 12px;
font-size: 14px;
padding: 6px 12px;
border: 0px;
appearance: none;
border-radius: 6px;
margin: 2px 0px;
&:hover {
background: var(--keyColor);
background: var(--selected);
cursor: pointer;
}
&:active {
background: var(--selected-click);
}
}
.context-menu-body {