This commit is contained in:
parent
dae1f3d25d
commit
3d7217867a
|
@ -49,6 +49,9 @@
|
|||
transform: scale(0.8);
|
||||
transform-origin: bottom left;
|
||||
}
|
||||
#arena:not(.fewplayer).lslim_player .player .equips{
|
||||
left: 5px;
|
||||
}
|
||||
#arena:not(.fewplayer)>.player:not(.minskin):not(*[data-position='0'])>.avatar,
|
||||
#arena:not(.fewplayer)>.player:not(.minskin):not(*[data-position='0'])>.avatar2{
|
||||
width: calc(100% - 14px) !important;
|
||||
|
|
|
@ -207,6 +207,9 @@
|
|||
right: -27px;
|
||||
}
|
||||
|
||||
#arena.lslim_player .player .equips{
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
#arena>.player:not(.minskin)>.name.name2{
|
||||
left: auto !important;
|
||||
|
|
Loading…
Reference in New Issue