mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-22 07:07:46 +00:00
🎨 Update weapon display style
This commit is contained in:
parent
d937e1e3c6
commit
7cd2579bc8
@ -129,18 +129,18 @@ body {
|
||||
|
||||
.item-weapon-box {
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
left: 3px;
|
||||
width: 106px;
|
||||
height: 366px;
|
||||
top: 45px;
|
||||
left: 2px;
|
||||
height: 448px;
|
||||
z-index: 101;
|
||||
overflow: hidden;
|
||||
clip-path: url(#wishframe);
|
||||
}
|
||||
|
||||
.item-weapon-img {
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
left: -35%;
|
||||
left: -55%;
|
||||
filter: drop-shadow(3px 9px 0px #333);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user