feat: change window style

This commit is contained in:
GyDi
2022-02-20 23:46:13 +08:00
parent 3b54eeb1c5
commit 489ae6c9b6
5 changed files with 51 additions and 24 deletions

View File

@@ -20,8 +20,8 @@
position: relative;
flex: 0 1 180px;
width: 100%;
max-width: 180px;
max-height: 180px;
max-width: 168px;
max-height: 168px;
margin: 0 auto;
padding: 0 8px;
text-align: center;
@@ -79,3 +79,9 @@
}
}
}
.macos.layout {
.layout__right .the-content {
top: 0;
}
}