Adjust context menu
This commit is contained in:
parent
7bbe75f089
commit
7c6ea32daa
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue