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."
|
||||
},
|
||||
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;
|
||||
float: left;
|
||||
margin-right: 0.6rem;
|
||||
margin-top: 0.2rem;
|
||||
left: 0;
|
||||
top: 0;
|
||||
font-size: 2.7rem;
|
||||
line-height: 1;
|
||||
margin-top: 0.5rem;
|
||||
font-size: 2.8rem;
|
||||
line-height: 0.8;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -228,11 +228,10 @@ input[type="file"] {
|
|||
position: absolute;
|
||||
float: left;
|
||||
margin-right: 0.6rem;
|
||||
margin-top: 0.2rem;
|
||||
left: 0;
|
||||
top: 0;
|
||||
font-size: 2.7rem;
|
||||
line-height: 1;
|
||||
margin-top: 0.5rem;
|
||||
font-size: 2.8rem;
|
||||
line-height: 0.8;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@ const HK = {
|
|||
spoiler: "There is some powerful crystal beating somewhere deep inside the mines."
|
||||
},
|
||||
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue