mirror of
https://github.com/paricafe/misskey.git
synced 2025-03-31 14:29:28 -05:00
tweak
This commit is contained in:
parent
46cf366388
commit
b1798a7011
2 changed files with 5 additions and 0 deletions
packages/frontend/src/components
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue