Skip to content

Commit

Permalink
Adjust winbox margins, fix full-screen handling
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Dec 11, 2024
1 parent 55250cc commit 8bc465e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions client/src/style/scss/windows.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
.winbox {
border-radius: $border-radius-base;
margin-top: $masthead-height;
margin-left: 1px;
margin-top: calc($masthead-height + 1px);
}

.winbox.max {
border-radius: 0;
margin: 0;
.wb-header {
border-radius: 0;
}
}

.winbox.min {
@extend .m-0;
}

.wb-header {
border-radius: $border-radius-base;
background: $brand-info;
border-top-left-radius: $border-radius-base;
border-top-right-radius: $border-radius-base;
}

.wb-icon * {
Expand Down

0 comments on commit 8bc465e

Please sign in to comment.