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 7c5802b commit 06f659bCopy full SHA for 06f659b
packages/shell/browser/ui/webui.html
@@ -49,15 +49,15 @@
49
50
#tabstrip {
51
width: 100%;
52
- height: calc(env(titlebar-area-height) + 1px);
+ height: calc(env(titlebar-area-height, 31px) + 1px);
53
}
54
55
.tab-container {
56
position: fixed;
57
left: env(titlebar-area-x);
58
top: env(titlebar-area-y);
59
width: env(titlebar-area-width);
60
61
display: flex;
62
flex-direction: row;
63
0 commit comments