更改美服高达合作的徽章
This commit is contained in:
parent
2bfcbaed4f
commit
362d52db81
BIN
images/badge.png
BIN
images/badge.png
Binary file not shown.
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 70 KiB |
Binary file not shown.
Before Width: | Height: | Size: 240 KiB After Width: | Height: | Size: 244 KiB |
|
@ -29523,7 +29523,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"style-monsterimages.css",
|
||||
"f601e773a3940cb0aa51dd23f9074338"
|
||||
"cc044a8725e8f9850b0dac77654d81e2"
|
||||
],
|
||||
[
|
||||
"style.css",
|
||||
|
@ -29603,7 +29603,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"images/badge.png",
|
||||
"9b4b0c4f3dc224ff54e01003600e214f"
|
||||
"e3fe54056c4c3c530031dcddaf8885d9"
|
||||
],
|
||||
[
|
||||
"images/card-frame-any.png",
|
||||
|
|
|
@ -1574,6 +1574,12 @@ body:not([data-game-source="ja"]) .awoken-icon:where(
|
|||
)::before {
|
||||
background-position-x: calc(-36px * 1);
|
||||
}
|
||||
/* 美服不一样的徽章 */
|
||||
[data-game-source="en"] .badge:where(
|
||||
[data-badge-icon='26'], /*高达变成本家*/
|
||||
)::before {
|
||||
background-position-x: calc(-36px * 1);
|
||||
}
|
||||
|
||||
:lang(ko) .badge:where(
|
||||
[data-badge-icon='1'],
|
||||
|
|
Loading…
Reference in New Issue