不要なコメントを削除

This commit is contained in:
Rikuoh Tsujitani 2024-08-13 22:33:19 +09:00
parent f80bbb7dfe
commit 9574ca0bbc
Signed by: riq0h
GPG key ID: 010F09DEA298C717

View file

@ -120,7 +120,7 @@ form button.back:hover {
.memo-actions { .memo-actions {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
margin-bottom: 10px; /* 追加: 「戻る」ボタンの上に余白を追加 */ margin-bottom: 10px;
} }
.memo-actions form { .memo-actions form {
@ -136,7 +136,7 @@ form button.back:hover {
} }
.memo-actions .edit { .memo-actions .edit {
background-color: #28a745; /* 緑色に統一 */ background-color: #28a745;
} }
.memo-actions .edit:hover { .memo-actions .edit:hover {