Skip to content

Commit

Permalink
Merge pull request #4370 from traPtitech/fix/profileButtonMargin
Browse files Browse the repository at this point in the history
DM / ホームチャンネルボタン内部で、アイコンだけの表示時に偏らないように
  • Loading branch information
Pugma authored Sep 18, 2024
2 parents 8bb76c7 + 4f7ab08 commit 5c6a0ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ const { isMobile } = useResponsiveStore()
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 4px;
}
.icon {
@include color-ui-secondary;
margin-right: 4px;
vertical-align: bottom;
}
</style>

0 comments on commit 5c6a0ce

Please sign in to comment.