fix: adjust windows style

This commit is contained in:
GyDi
2022-03-19 15:35:59 +08:00
parent 4730a4e352
commit a150d91c48
2 changed files with 7 additions and 6 deletions

View File

@@ -72,7 +72,7 @@
.the-content {
position: absolute;
top: 30px;
top: 0;
left: 0;
right: 2px;
bottom: 10px;
@@ -80,8 +80,8 @@
}
}
.macos.layout {
.windows.layout {
.layout__right .the-content {
top: 0;
top: 30px;
}
}