/* ----------------------------------------------
   アカウントリストのボタンがはみ出ないように改行する
----------------------------------------------*/

.account__wrapper {
  flex-wrap: wrap;
}

/* ----------------------------------------------
   acctを投稿右下に移動する
----------------------------------------------*/

.status{
    padding: 16px 16px 22px 16px;
}
.status .display-name__account{
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 0.75em;
}


