fix note button

This commit is contained in:
ThatOneCalculator 2022-07-23 21:10:34 -07:00
parent 53c794cd60
commit f41374789e
2 changed files with 6 additions and 2 deletions

View file

@ -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",

View file

@ -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;
}
}