fix(client): MkUserInfoのフォローボタンが変な位置にある問題を修正
This commit is contained in:
parent
22d6c7fe8a
commit
6894e42674
2 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,7 @@ defineProps<{
|
|||
}
|
||||
|
||||
.follow {
|
||||
position: absolute;
|
||||
position: absolute !important;
|
||||
top: 8px;
|
||||
right: 8px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue