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;
|
||||
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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue