Skip to content

Commit 06f659b

Browse files
committed
fix: shell ui layout when WCO is not enabled
1 parent 7c5802b commit 06f659b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/shell/browser/ui/webui.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949

5050
#tabstrip {
5151
width: 100%;
52-
height: calc(env(titlebar-area-height) + 1px);
52+
height: calc(env(titlebar-area-height, 31px) + 1px);
5353
}
5454

5555
.tab-container {
5656
position: fixed;
5757
left: env(titlebar-area-x);
5858
top: env(titlebar-area-y);
5959
width: env(titlebar-area-width);
60-
height: calc(env(titlebar-area-height) + 1px);
60+
height: calc(env(titlebar-area-height, 31px) + 1px);
6161
display: flex;
6262
flex-direction: row;
6363
}

0 commit comments

Comments
 (0)