Skip to content

Commit

Permalink
Fixed windows titlebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Oct 18, 2023
1 parent 125c2b1 commit fb26979
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/theme/os/_windows.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.platform-win #app-mount .typeWindows-2-g3UY + div {
.platform-win #app-mount .typeWindows-3ILlhq + div {
.layer-86YKbF {
top: 0;
padding-top: 0;
Expand All @@ -11,7 +11,7 @@
}
}

.typeWindows-2-g3UY {
.typeWindows-3ILlhq {
height: var(--win-btn-height);
z-index: 2;
background: transparent;
Expand All @@ -21,11 +21,11 @@
pointer-events: none;
right: 0;
}
.winButton-3UMjdg {
.winButton-3SigSb {
height: calc(var(--win-btn-height) + 4px);
width: var(--win-btn-width);
cursor: var(--cursor);
}
.wordmarkWindows-2dq6rw {
.wordmarkWindows-1rsity {
display: none;
}

0 comments on commit fb26979

Please sign in to comment.