increase clip area of subnote body
This commit is contained in:
parent
a0720231a8
commit
1310fa277e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue