Make titles consistent for modify modals
Also CSS change for when the weapon name breaks onto a new line
This commit is contained in:
parent
5449297a48
commit
c2dfc5ac92
3 changed files with 4 additions and 3 deletions
|
|
@ -40,6 +40,7 @@
|
||||||
.title {
|
.title {
|
||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
font-size: $font-xlarge;
|
font-size: $font-xlarge;
|
||||||
|
line-height: 1.3;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
|
|
|
||||||
|
|
@ -191,7 +191,7 @@
|
||||||
"title": "Changelog"
|
"title": "Changelog"
|
||||||
},
|
},
|
||||||
"characters": {
|
"characters": {
|
||||||
"title": "Character",
|
"title": "Modify character",
|
||||||
"subtitles": {
|
"subtitles": {
|
||||||
"ring": "Over Mastery",
|
"ring": "Over Mastery",
|
||||||
"earring": "Aetherial Mastery",
|
"earring": "Aetherial Mastery",
|
||||||
|
|
@ -434,7 +434,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"weapon": {
|
"weapon": {
|
||||||
"title": "Modify Weapon",
|
"title": "Modify weapon",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"confirm": "Save weapon",
|
"confirm": "Save weapon",
|
||||||
"remove": "Remove weapon"
|
"remove": "Remove weapon"
|
||||||
|
|
|
||||||
|
|
@ -190,7 +190,7 @@
|
||||||
"title": "変更ログ"
|
"title": "変更ログ"
|
||||||
},
|
},
|
||||||
"characters": {
|
"characters": {
|
||||||
"title": "キャラクター",
|
"title": "キャラクター変更",
|
||||||
"subtitles": {
|
"subtitles": {
|
||||||
"ring": "EXリミットボーナス",
|
"ring": "EXリミットボーナス",
|
||||||
"earring": "エーテリアルプラス",
|
"earring": "エーテリアルプラス",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue