Fix context menu css

This commit is contained in:
Bill 2022-03-21 02:48:35 -04:00
parent d9f08ede7c
commit 826fe4ac26

View File

@ -1,6 +1,4 @@
.nitro-context-menu {
width: 125px;
max-width: 125px;
padding: 2px;
background-color: $gable-green;
border: 2px solid rgba($white, 0.5);
@ -22,7 +20,10 @@
font-size: 18px;
}
&:not(.name-only):after {
&:not(.name-only) {
min-width: 125px;
&:after {
content: "";
position: absolute;
bottom: -7px;
@ -36,6 +37,7 @@
border-style: solid;
border-width: 5px;
}
}
.menu-header {
background-color: $william;