[Player] Logo Size change

This commit is contained in:
jangheon Pyo
2024-07-08 17:32:28 +09:00
parent afeda2d941
commit e62b50dcef
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@
display: flex;
margin-bottom: 7px;
> img {
.size(@w: 42px , @h: 42px);
.size(@w: auto , @h: 42px);
margin-right: 11px;
}
@@ -177,7 +177,7 @@
display: flex;
margin-bottom: 7px;
> img {
.size(@w: 42px , @h: 42px);
.size(@w: auto , @h: 42px);
margin-right: 11px;
}

View File

@@ -82,7 +82,7 @@
}
> img {
.size(@w: 60px, @h: 60px);
.size(@w: auto, @h: 60px);
margin-left: 30px;
}