1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-31 14:29:28 -05:00
This commit is contained in:
fly_mc 2024-11-16 16:40:34 +08:00
parent 46cf366388
commit b1798a7011
2 changed files with 5 additions and 0 deletions
packages/frontend/src/components

View file

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

View file

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