mirror of
https://github.com/funamitech/mastodon
synced 2024-11-30 07:49:04 +09:00
Fix style of account fields form
This commit is contained in:
parent
64be38da0c
commit
91fb82a4dd
@ -15,6 +15,18 @@ code {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
margin: 0 -5px;
|
||||
|
||||
.input {
|
||||
box-sizing: border-box;
|
||||
flex: 1 1 auto;
|
||||
width: 50%;
|
||||
padding: 0 5px;
|
||||
}
|
||||
}
|
||||
|
||||
span.hint {
|
||||
display: block;
|
||||
color: $ui-primary-color;
|
||||
|
Loading…
Reference in New Issue
Block a user