Change: フィールド入力フォームのデザイン改善 (#672)

* Change: フィールド入力フォームのデザイン改善

* 翻訳の置き場所変更
This commit is contained in:
KMY(雪あすか) 2024-03-26 20:36:34 +09:00 committed by GitHub
parent 31559f6b59
commit 116a6b50cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 19 additions and 3 deletions

View file

@ -118,12 +118,18 @@ code {
display: flex;
margin: 0 -5px;
.input {
.input,
.fields-label {
box-sizing: border-box;
flex: 1 1 auto;
width: 50%;
padding: 0 5px;
}
.fields-label {
font-weight: bold;
margin-left: 12px;
}
}
.title {