Skip to content

Commit b89d638

Browse files
committed
Fixed default titlebar
1 parent 4404b9c commit b89d638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/theme/app/_background.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#app-mount {
22
.bg-1QIAus {
3-
top: 0;
3+
top: -22px;
44
right: 0;
55
bottom: 0;
66
left: 0;
@@ -10,7 +10,7 @@
1010
&::before {
1111
content: '';
1212
position: absolute;
13-
top: var(--window-padding);
13+
top: calc(var(--window-padding) + 22px);
1414
right: var(--window-padding);
1515
bottom: var(--window-padding);
1616
left: var(--window-padding);

0 commit comments

Comments
 (0)