corrected positioning (line height)
This commit is contained in:
parent
eb8efcf017
commit
10e9a188f4
6 changed files with 12 additions and 14 deletions
|
|
@ -2827,7 +2827,7 @@ var HK = {
|
||||||
spoiler: "There is some powerful crystal beating somewhere deep inside the mines."
|
spoiler: "There is some powerful crystal beating somewhere deep inside the mines."
|
||||||
},
|
},
|
||||||
hasDreamNail: {
|
hasDreamNail: {
|
||||||
spoiler: "A weapon from a dream world can only found, where the souls can peacefully rest."
|
spoiler: "A weapon from a dream world can only be found, where the souls can peacefully rest."
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -335,11 +335,10 @@ input[type="file"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 0.6rem;
|
margin-right: 0.6rem;
|
||||||
margin-top: 0.2rem;
|
margin-top: 0.5rem;
|
||||||
left: 0;
|
font-size: 2.8rem;
|
||||||
top: 0;
|
line-height: 0.8;
|
||||||
font-size: 2.7rem;
|
font-weight: 500;
|
||||||
line-height: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -228,11 +228,10 @@ input[type="file"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 0.6rem;
|
margin-right: 0.6rem;
|
||||||
margin-top: 0.2rem;
|
margin-top: 0.5rem;
|
||||||
left: 0;
|
font-size: 2.8rem;
|
||||||
top: 0;
|
line-height: 0.8;
|
||||||
font-size: 2.7rem;
|
font-weight: 500;
|
||||||
line-height: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,7 @@ const HK = {
|
||||||
spoiler: "There is some powerful crystal beating somewhere deep inside the mines."
|
spoiler: "There is some powerful crystal beating somewhere deep inside the mines."
|
||||||
},
|
},
|
||||||
hasDreamNail: {
|
hasDreamNail: {
|
||||||
spoiler: "A weapon from a dream world can only found, where the souls can peacefully rest."
|
spoiler: "A weapon from a dream world can only be found, where the souls can peacefully rest."
|
||||||
},
|
},
|
||||||
/*
|
/*
|
||||||
Either:
|
Either:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue