feat: adjust macOS window style

This commit is contained in:
GyDi
2023-01-16 22:57:53 +08:00
parent 9249059cb7
commit c830ea676f
2 changed files with 17 additions and 1 deletions

View File

@@ -104,3 +104,14 @@
}
}
}
.macos {
&.layout {
.layout__left {
padding-top: 24px;
}
.layout__right .the-content {
top: 20px;
}
}
}