We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1fac6 commit 3746f3fCopy full SHA for 3746f3f
src/components/MenuBar/index.css
@@ -5,7 +5,7 @@
5
flex-direction: row;
6
align-items: center;
7
8
- height: var(--ylv-status-bar-height);
+ height: var(--ylv-menu-bar-height);
9
10
/* stylelint-disable-next-line custom-property-pattern */
11
box-shadow: 0 1px 0 0 var(--joy-palette-neutral-outlinedBorder);
@@ -15,7 +15,7 @@
15
display: flex;
16
justify-content: center;
17
min-width: 48px;
18
19
}
20
21
.menu-bar-open-file-icon {
0 commit comments