fix: windows logo size

This commit is contained in:
GyDi 2022-09-11 17:50:58 +08:00
parent 7597d335b9
commit 6bed7f0e66
No known key found for this signature in database
GPG Key ID: 1C95E0D3467B3084

View File

@ -89,6 +89,13 @@
.windows,
.unknown {
&.layout {
$maxLogo: 115px;
.layout__left .the-logo {
flex: 0 1 $maxLogo;
max-width: $maxLogo + 32px;
max-height: $maxLogo;
}
.layout__right .the-content {
top: 30px;
}