fix: windows logo size
This commit is contained in:
parent
7597d335b9
commit
6bed7f0e66
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue