mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 00:56:00 +02:00
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