fix(client): MkUserInfoのフォローボタンが変な位置にある問題を修正

This commit is contained in:
tamaina 2023-05-09 06:33:50 +00:00
parent 22d6c7fe8a
commit 6894e42674
2 changed files with 2 additions and 1 deletions

View file

@ -131,7 +131,7 @@ defineProps<{
}
.follow {
position: absolute;
position: absolute !important;
top: 8px;
right: 8px;
}