fix: windows style

This commit is contained in:
GyDi
2022-03-22 01:36:06 +08:00
parent 321d4ccc8e
commit 37d35bbbdb
3 changed files with 25 additions and 7 deletions

View File

@@ -80,8 +80,12 @@
}
}
.windows.layout {
.layout__right .the-content {
top: 30px;
.linux,
.windows,
.unknown {
&.layout {
.layout__right .the-content {
top: 30px;
}
}
}