embedではデフォルトのコンテキストメニューを出すように

This commit is contained in:
kakkokari-gtyih
2024-06-03 21:11:54 +09:00
parent d222c7e824
commit 8cdb6bbb9d
2 changed files with 7 additions and 0 deletions

View File

@@ -667,6 +667,11 @@ function loadConversation() {
height: 58px;
}
.embeddedNote .noteHeaderAvatar {
width: 50px;
height: 50px;
}
.noteHeaderBody {
flex: 1;
display: flex;