This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
mapaler
/
PADDashFormation
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
163
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
缩小进化链按钮的大小
pull/1/head
枫谷剑仙
2 years ago
parent
1865bf9084
commit
c453b35f8d
7 changed files
with
6 additions
and
20 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
fonts/fa-solid-900.woff2
+0
-4
languages/en.css
+0
-4
languages/ja.css
+0
-4
languages/ko.css
+0
-4
languages/zh-hans.css
+0
-4
languages/zh-hant.css
+6
-0
style.css
BIN
fonts/fa-solid-900.woff2
View File
+ 0
- 4
languages/en.css
View File
@@ -452,10 +452,6 @@ label[for="box-have"]::after
{
content: "Other Languages";
}
.open-evolutionary-tree::before
{
content: "⛓️Show Evo Tree";
}
.search-evolution-by-this::after
{
content: "Cards that need this card as evolutionary material";
+ 0
- 4
languages/ja.css
View File
@@ -446,10 +446,6 @@ label[for="box-have"]::after
{
content: "他の言語";
}
.open-evolutionary-tree::before
{
content: "⛓️進化サーチ";
}
.search-evolution-by-this::after
{
content: "このカードを進化的な素材として必要とするカード";
+ 0
- 4
languages/ko.css
View File
@@ -437,10 +437,6 @@ label[for="not-weapon"]::after
{
content: "다른 언어";
}
.open-evolutionary-tree::before
{
content: "⛓️진화 계통";
}
.search-evolution-by-this::after
{
content: "진화 자료로이 카드를 필요로하는 카드";
+ 0
- 4
languages/zh-hans.css
View File
@@ -446,10 +446,6 @@ label[for="box-have"]::after
{
content: "其他語言";
}
.open-evolutionary-tree::before
{
content: "⛓️进化链";
}
.search-evolution-by-this::after
{
content: "需要此宠物作为进化素材的宠物";
+ 0
- 4
languages/zh-hant.css
View File
@@ -447,10 +447,6 @@ label[for="box-have"]::after
{
content: "其他語言";
}
.open-evolutionary-tree::before
{
content: "⛓️進化鏈";
}
.search-evolution-by-this::after
{
content: "需要此寵物作為進化素材的寵物";
+ 6
- 0
style.css
View File
@@ -3334,6 +3334,12 @@ table .orb-icon
.open-evolutionary-tree {
height: 100%;
box-sizing: border-box;
min-width: unset;
}
.open-evolutionary-tree::before
{
content: "\f802";
font-family: var(--icon-font-family);
}
.search-evolution-by-this icon
{
Write
Preview
Loading…
Cancel
Save