mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-02-03 21:30:20 -07:00
fix note button
This commit is contained in:
parent
d34c615105
commit
d8afd6e234
2 changed files with 6 additions and 2 deletions
|
@ -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 a new issue