increase clip area of subnote body

This commit is contained in:
Freeplay 2023-02-25 20:08:53 -05:00
parent a0720231a8
commit 1310fa277e

View file

@ -95,6 +95,10 @@ const replies: misskey.entities.Note[] = props.conversation?.filter(item => item
flex: 1;
min-width: 0;
cursor: pointer;
margin: -200px;
padding: 200px;
margin-bottom: 0;
padding-bottom: 0;
overflow: clip;
@media (pointer: coarse) {
cursor: default;