*Might* be something that can improve performance

This commit is contained in:
Freeplay 2023-02-20 23:29:34 -05:00
parent 62246796b1
commit 795950a754
2 changed files with 2 additions and 0 deletions

View File

@ -279,6 +279,7 @@ function readPromo() {
font-size: 1.05em;
overflow: clip;
contain: content;
content-visibility: auto;
//
//

View File

@ -65,6 +65,7 @@ const replies: misskey.entities.Note[] = props.conversation?.filter(item => item
<style lang="scss" scoped>
.wrpstxzv {
padding: 16px 32px;
content-visibility: auto;
&.children {
padding: 10px 0 0 var(--indent);