diff --git a/client/src/components/Masthead/Masthead.vue b/client/src/components/Masthead/Masthead.vue index 69b1d6cd9624..61101f9a5024 100644 --- a/client/src/components/Masthead/Masthead.vue +++ b/client/src/components/Masthead/Masthead.vue @@ -191,7 +191,7 @@ onMounted(() => { position: absolute; left: 1.6rem; top: 1.6rem; - font-size: 0.4rem; + font-size: 0.6rem; font-weight: bold; } } diff --git a/client/src/style/scss/windows.scss b/client/src/style/scss/windows.scss index 521f15683d1f..1427bb2b1c2d 100644 --- a/client/src/style/scss/windows.scss +++ b/client/src/style/scss/windows.scss @@ -1,6 +1,15 @@ .winbox { border-radius: $border-radius-base; - margin-top: 3rem; + margin-left: 1px; + margin-top: calc($masthead-height + 1px); +} + +.winbox.max { + border-radius: 0; + margin: 0; + .wb-header { + border-radius: 0; + } } .winbox.min { @@ -8,8 +17,9 @@ } .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 * {