We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da4d67 commit 9214e73Copy full SHA for 9214e73
packages/webui/src/client/styles/contextMenu.scss
@@ -47,6 +47,10 @@ nav.react-contextmenu {
47
padding-right: 25px;
48
cursor: pointer;
49
50
+ display: flex;
51
+ flex-direction: row;
52
+ align-items: center;
53
+
54
&.react-contextmenu-item--selected:not(.react-contextmenu-item--disabled) {
55
background: #313334;
56
color: #ffffff;
@@ -57,13 +61,15 @@ nav.react-contextmenu {
57
61
opacity: 0.5;
58
62
}
59
63
60
- > svg, > .svg {
64
+ > svg,
65
+ > .svg {
66
width: 17px;
67
height: 17px;
68
display: inline-block;
69
object-fit: contain;
70
margin-left: -10px;
71
margin-right: 10px;
72
+ margin-bottom: 3px;
73
74
75
> .svg > svg {
0 commit comments