Adjust context menu

This commit is contained in:
Korbs 2025-01-02 00:17:53 -05:00
parent 7bbe75f089
commit 7c6ea32daa
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U

View file

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