fix note button
This commit is contained in:
parent
53c794cd60
commit
f41374789e
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "misskey",
|
||||
"version": "12.118.0.b3.1-calc",
|
||||
"version": "12.118.0.b3.2-calc",
|
||||
"codename": "indigo",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -259,9 +259,12 @@ function more(ev: MouseEvent) {
|
|||
}
|
||||
}
|
||||
|
||||
> .text {
|
||||
> .icon, > .text {
|
||||
position: relative;
|
||||
left: 3rem;
|
||||
color: var(--fgOnAccent);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
> .instance {
|
||||
|
@ -274,6 +277,7 @@ function more(ev: MouseEvent) {
|
|||
display: inline-block;
|
||||
width: 32px !important;
|
||||
aspect-ratio: 1;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue