缩小进化链按钮的大小

This commit is contained in:
枫谷剑仙 2024-04-24 02:11:01 +08:00
parent 1865bf9084
commit c453b35f8d
7 changed files with 6 additions and 20 deletions

Binary file not shown.

View File

@ -452,10 +452,6 @@ label[for="box-have"]::after
{ {
content: "Other Languages"; content: "Other Languages";
} }
.open-evolutionary-tree::before
{
content: "⛓Show Evo Tree";
}
.search-evolution-by-this::after .search-evolution-by-this::after
{ {
content: "Cards that need this card as evolutionary material"; content: "Cards that need this card as evolutionary material";

View File

@ -446,10 +446,6 @@ label[for="box-have"]::after
{ {
content: "他の言語"; content: "他の言語";
} }
.open-evolutionary-tree::before
{
content: "⛓️進化サーチ";
}
.search-evolution-by-this::after .search-evolution-by-this::after
{ {
content: "このカードを進化的な素材として必要とするカード"; content: "このカードを進化的な素材として必要とするカード";

View File

@ -437,10 +437,6 @@ label[for="not-weapon"]::after
{ {
content: "다른 언어"; content: "다른 언어";
} }
.open-evolutionary-tree::before
{
content: "⛓️진화 계통";
}
.search-evolution-by-this::after .search-evolution-by-this::after
{ {
content: "진화 자료로이 카드를 필요로하는 카드"; content: "진화 자료로이 카드를 필요로하는 카드";

View File

@ -446,10 +446,6 @@ label[for="box-have"]::after
{ {
content: "其他語言"; content: "其他語言";
} }
.open-evolutionary-tree::before
{
content: "⛓️进化链";
}
.search-evolution-by-this::after .search-evolution-by-this::after
{ {
content: "需要此宠物作为进化素材的宠物"; content: "需要此宠物作为进化素材的宠物";

View File

@ -447,10 +447,6 @@ label[for="box-have"]::after
{ {
content: "其他語言"; content: "其他語言";
} }
.open-evolutionary-tree::before
{
content: "⛓️進化鏈";
}
.search-evolution-by-this::after .search-evolution-by-this::after
{ {
content: "需要此寵物作為進化素材的寵物"; content: "需要此寵物作為進化素材的寵物";

View File

@ -3334,6 +3334,12 @@ table .orb-icon
.open-evolutionary-tree { .open-evolutionary-tree {
height: 100%; height: 100%;
box-sizing: border-box; box-sizing: border-box;
min-width: unset;
}
.open-evolutionary-tree::before
{
content: "\f802";
font-family: var(--icon-font-family);
} }
.search-evolution-by-this icon .search-evolution-by-this icon
{ {