mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 01:04:03 +09:00
チャンネルで入力中ユーザーを表示するように、Chat UIでタイムラインでは投稿フォームを上に表示するように
This commit is contained in:
@ -1010,7 +1010,7 @@ export default defineComponent({
|
||||
flex-shrink: 0;
|
||||
display: block;
|
||||
position: sticky;
|
||||
top: 12px;
|
||||
top: 0;
|
||||
margin: 0 14px 0 0;
|
||||
width: 46px;
|
||||
height: 46px;
|
||||
|
Reference in New Issue
Block a user