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