fix(client): MkUserInfoのフォローボタンが変な位置にある問題を修正
This commit is contained in:
@@ -131,7 +131,7 @@ defineProps<{
|
||||
}
|
||||
|
||||
.follow {
|
||||
position: absolute;
|
||||
position: absolute !important;
|
||||
top: 8px;
|
||||
right: 8px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user