We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b4fae0 + 9de04ef commit 6c74626Copy full SHA for 6c74626
1 file changed
web/menu.css
@@ -111,7 +111,7 @@
111
mask-image: var(--menuitem-checkmark-icon);
112
background-color: var(--menu-text-color);
113
position: absolute;
114
- margin-left: -16px;
+ margin-inline-start: -16px;
115
}
116
117
&:has(button:disabled) {
@@ -178,7 +178,7 @@
178
display: inline-block;
179
width: max-content;
180
height: auto;
181
- text-align: left;
+ text-align: start;
182
color: var(--menu-text-color);
183
user-select: none;
184
padding-inline-start: 6px;
0 commit comments