Fix "Add image" button margin (#447)

This commit is contained in:
TAKAHASHI Shuuji 2023-01-20 05:13:10 +09:00 committed by GitHub
parent ec85060df8
commit 47d9dc2488
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -999,11 +999,11 @@ form fieldset .buttons {
margin-top: 0;
}
form .button.add-image {
form button.add-image {
margin: 10px 0 10px 0;
}
form legend+.button.add-image {
form legend+button.add-image {
margin-top: 0px;
}