This commit is contained in:
parent
9c8ab393fe
commit
e62de78273
|
@ -33,7 +33,7 @@
|
|||
#arena.oblongcard:not(.chess)>.card>.image,
|
||||
#arena.oblongcard:not(.chess) .handcards>.card>.image{
|
||||
height: 110px;
|
||||
top: 10px;
|
||||
top: 8px;
|
||||
background-position-x: -3px;
|
||||
}
|
||||
#arena.oblongcard:not(.chess) #handcards1{
|
||||
|
@ -110,10 +110,17 @@
|
|||
top: calc(100% - 180px);
|
||||
height: 180px;
|
||||
}
|
||||
#arena:not(.chess).oblongcard #handcards1.scrollh{
|
||||
top: calc(100% - 200px);
|
||||
height: 200px;
|
||||
}
|
||||
#arena:not(.chess) #handcards1.scrollh>div{
|
||||
height: 120px;
|
||||
top: 60px;
|
||||
}
|
||||
#arena:not(.chess).oblongcard #handcards1.scrollh>div{
|
||||
top: 62px;
|
||||
}
|
||||
#arena:not(.chess):not(.single-handcard) #handcards1{
|
||||
width:calc(100% - 240px);
|
||||
left:calc(150% / 47 - 300% / 94 + 625% / 47 - 105px + 120px);
|
||||
|
|
|
@ -292,7 +292,7 @@
|
|||
top:0;
|
||||
left:0;
|
||||
background-size:cover;
|
||||
-webkit-clip-path: polygon(-10px 0, 130px 0, 130px 130px, -10px 130px);
|
||||
-webkit-clip-path: polygon(-10px 0, 130px 0, 130px 150px, -10px 150px);
|
||||
}
|
||||
#window[data-radius_size='increase'] #me>.fakeme.avatar,
|
||||
#window[data-radius_size='reduce'] #me>.fakeme.avatar{
|
||||
|
@ -328,7 +328,7 @@
|
|||
#arena.mobile.oblongcard:not(.chess)>.card>.image,
|
||||
#arena.mobile.oblongcard:not(.chess) .handcards>.card>.image{
|
||||
height: 110px;
|
||||
top: 10px;
|
||||
top: 8px;
|
||||
background-position-x: -3px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue