mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-19 02:18:40 -06:00
parent
23d3e2f7ed
commit
1482acd354
2 changed files with 0 additions and 5 deletions
|
@ -822,7 +822,6 @@ function emitUpdReaction(emoji: string, delta: number) {
|
||||||
width: 28px;
|
width: 28px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
margin: 0 8px 0 0;
|
margin: 0 8px 0 0;
|
||||||
transform: translateZ(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.renoteText {
|
.renoteText {
|
||||||
|
@ -830,7 +829,6 @@ function emitUpdReaction(emoji: string, delta: number) {
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
will-change: transform, opacity;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.renoteUserName {
|
.renoteUserName {
|
||||||
|
|
|
@ -770,7 +770,6 @@ onMounted(() => {
|
||||||
height: 28px;
|
height: 28px;
|
||||||
margin: 0 8px 0 0;
|
margin: 0 8px 0 0;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
transform: translateZ(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.renoteText {
|
.renoteText {
|
||||||
|
@ -801,7 +800,6 @@ onMounted(() => {
|
||||||
.note {
|
.note {
|
||||||
padding: 32px;
|
padding: 32px;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
will-change: transform, opacity;
|
|
||||||
|
|
||||||
&:hover > .main > .footer > .button {
|
&:hover > .main > .footer > .button {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
@ -820,7 +818,6 @@ onMounted(() => {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
width: 58px;
|
width: 58px;
|
||||||
height: 58px;
|
height: 58px;
|
||||||
transform: translateZ(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.noteHeaderBody {
|
.noteHeaderBody {
|
||||||
|
|
Loading…
Reference in a new issue