Browse Source

减少同步觉醒需求怪物的头像大小

pull/3/head
枫谷剑仙 1 year ago
parent
commit
df8095ede5
2 changed files with 6 additions and 3 deletions
  1. +1
    -1
      service-worker.js
  2. +5
    -2
      style.css

+ 1
- 1
service-worker.js View File

@@ -30255,7 +30255,7 @@ const cachesMap = new Map([
],
[
"style.css",
"4474d92e382f237b4f6b8606bfee972a"
"8f587bd2a1c93bad7cb3bae1c5a9b1ad"
],
[
"temp.js",


+ 5
- 2
style.css View File

@@ -1623,11 +1623,14 @@ label[for="search-string"]::before {
transform: scale(0.6);
margin: calc(-100px * (1 - 0.6) / 2);
}
.rich-text .detail-mon .monster,
.custom-addition .detail-mon .monster{
.rich-text .detail-mon .monster{
transform: scale(0.5);
margin: calc(-100px * (1 - 0.5) / 2);
}
.custom-addition .detail-mon .monster{
transform: scale(0.35);
margin: calc(-100px * (1 - 0.35) / 2);
}
.evo-card-list .monster .id,
.edit-box .search-mon-list .monster .id,
.detail-mon .monster .id{


Loading…
Cancel
Save