This commit is contained in:
parent
42f3d9188b
commit
ede96eca28
|
@ -223,7 +223,7 @@ definePageMetadata({
|
||||||
|
|
||||||
> .treasure {
|
> .treasure {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 55px;
|
top: 60px;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
@ -266,16 +266,21 @@ definePageMetadata({
|
||||||
> .misskey {
|
> .misskey {
|
||||||
margin: 0.75em auto 0 auto;
|
margin: 0.75em auto 0 auto;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .version {
|
> .version {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .emoji {
|
> .emoji {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 1;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
|
@ -334,7 +334,7 @@ export const ACHIEVEMENT_BADGES = {
|
||||||
},
|
},
|
||||||
'foundTreasure': {
|
'foundTreasure': {
|
||||||
img: '/fluent-emoji/1f3c6.png',
|
img: '/fluent-emoji/1f3c6.png',
|
||||||
bg: 'linear-gradient(0deg, rgb(255 77 77), rgb(247 155 214))',
|
bg: 'linear-gradient(0deg, rgb(197 69 192), rgb(2 112 155))',
|
||||||
frame: 'gold',
|
frame: 'gold',
|
||||||
},
|
},
|
||||||
'client30min': {
|
'client30min': {
|
||||||
|
|
Loading…
Reference in New Issue