缩小进化链按钮的大小
This commit is contained in:
parent
1865bf9084
commit
c453b35f8d
Binary file not shown.
|
@ -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";
|
||||||
|
|
|
@ -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: "このカードを進化的な素材として必要とするカード";
|
||||||
|
|
|
@ -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: "진화 자료로이 카드를 필요로하는 카드";
|
||||||
|
|
|
@ -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: "需要此宠物作为进化素材的宠物";
|
||||||
|
|
|
@ -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: "需要此寵物作為進化素材的寵物";
|
||||||
|
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue