Skip to content

Commit 00c8c19

Browse files
committed
调整皮肤大小显示
1 parent 93ae0ca commit 00c8c19

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

layout/default/menu.css

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -486,23 +486,14 @@
486486
.menubg.charactercard > .ava > .avatars > div {
487487
position: relative;
488488
margin: 3px;
489-
width: 81px;
489+
width: 75px;
490490
height: 111px;
491491
border-radius: 4px;
492492
background-size: cover;
493493
background-position: 50% 0;
494494
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 0 5px;
495495
}
496496

497-
.menubg.charactercard > .ava > .avatars > div:first-child,
498-
.menubg.charactercard > .ava > .avatars > div:first-child + div {
499-
margin-top: 6px;
500-
}
501-
502-
.menubg.charactercard > .ava > .avatars > div:nth-of-type(odd) {
503-
margin-left: 6px;
504-
}
505-
506497
.menubg.charactercard > .ava.scroll > .avatars {
507498
opacity: 1;
508499
pointer-events: auto;

0 commit comments

Comments
 (0)