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