Adjust context menu

This commit is contained in:
Korbs 2025-01-02 00:17:53 -05:00
parent 7bbe75f089
commit 7c6ea32daa
No known key found for this signature in database

View file

@ -323,7 +323,7 @@
background: rgb(255 255 255 / 25%);
}
button {
padding: 10px 12px !important;
padding: 0px 12px !important;
margin: 0px !important;
aspect-ratio: inherit !important;
background: transparent !important;
@ -331,7 +331,7 @@
display: flex;
justify-content: space-between;
font-size: 14px !important;
min-height: 36px;
min-height: 34px;
border: none;
color: white;
p {
@ -344,16 +344,22 @@
svg {
width: 14px;
}
.iconoir-arrow-up-right::before {
width: 16px;
height: 16px;
}
}
.vc-menu-whitelabel {
opacity: 0.5;
text-align: center;
text-align: right;
text-decoration: none;
font-size: 14px;
margin: 0px 0px 6px 0px;
font-size: 12px;
margin: 6px 12px;
&:hover {
text-decoration: underline;
}
span {
color: gray;
}
}
&#subtitles {
min-width: 124px !important;