This commit is contained in:
syuilo 2023-01-22 20:25:10 +09:00
parent 42f3d9188b
commit ede96eca28
2 changed files with 7 additions and 2 deletions

View File

@ -223,7 +223,7 @@ definePageMetadata({
> .treasure {
position: absolute;
top: 55px;
top: 60px;
left: 0;
right: 0;
margin: 0 auto;
@ -266,16 +266,21 @@ definePageMetadata({
> .misskey {
margin: 0.75em auto 0 auto;
width: max-content;
position: relative;
z-index: 1;
}
> .version {
margin: 0 auto;
width: max-content;
opacity: 0.5;
position: relative;
z-index: 1;
}
> .emoji {
position: absolute;
z-index: 1;
top: 0;
left: 0;
visibility: hidden;

View File

@ -334,7 +334,7 @@ export const ACHIEVEMENT_BADGES = {
},
'foundTreasure': {
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',
},
'client30min': {