チェックインに対する操作ボタンの位置を変更

This commit is contained in:
shibafu
2019-04-07 20:48:29 +09:00
parent 1b4f621191
commit 2cd09402d1
4 changed files with 41 additions and 28 deletions

View File

@@ -14,10 +14,16 @@ $primary: #e53fb1;
// Components
@import "components/link-card";
.ejaculation-actions {
& > button:not(:last-child) {
margin-right: 24px;
}
}
.like-button {
text-decoration: none !important;
}
.like-count:not(:empty) {
padding-left: 0.25rem;
padding-left: 0.5rem;
}