Revert "tweak"

This reverts commit b1798a7011.
This commit is contained in:
fly_mc 2024-11-17 19:03:29 +08:00
parent 23d3e2f7ed
commit 1482acd354
2 changed files with 0 additions and 5 deletions

View file

@ -822,7 +822,6 @@ function emitUpdReaction(emoji: string, delta: number) {
width: 28px;
height: 28px;
margin: 0 8px 0 0;
transform: translateZ(0);
}
.renoteText {
@ -830,7 +829,6 @@ function emitUpdReaction(emoji: string, delta: number) {
flex-shrink: 1;
text-overflow: ellipsis;
white-space: nowrap;
will-change: transform, opacity;
}
.renoteUserName {

View file

@ -770,7 +770,6 @@ onMounted(() => {
height: 28px;
margin: 0 8px 0 0;
border-radius: 6px;
transform: translateZ(0);
}
.renoteText {
@ -801,7 +800,6 @@ onMounted(() => {
.note {
padding: 32px;
font-size: 1.2em;
will-change: transform, opacity;
&:hover > .main > .footer > .button {
opacity: 1;
@ -820,7 +818,6 @@ onMounted(() => {
flex-shrink: 0;
width: 58px;
height: 58px;
transform: translateZ(0);
}
.noteHeaderBody {