Skip to content
Snippets Groups Projects
Commit 6894e426 authored by tamaina's avatar tamaina
Browse files

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

parent 22d6c7fe
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@
### Client
- プロフィール画面におけるモデレーションノートの表示を調整
- Fix: ユーザー選択ダイアログが表示されない問題を修正
- Fix: MkUserInfoのフォローボタンが変な位置にある問題を修正
### Server
- Fix: リモートサーバーの情報が更新できない問題を修正
......
......@@ -131,7 +131,7 @@ defineProps<{
}
.follow {
position: absolute;
position: absolute !important;
top: 8px;
right: 8px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment