mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
increase clip area of subnote body
This commit is contained in:
parent
0e306779bc
commit
9d3aa98dfe
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue