mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 22:23:08 +02:00
fix(client): MkUserInfoのフォローボタンが変な位置にある問題を修正
This commit is contained in:
parent
22d6c7fe8a
commit
6894e42674
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue