Compare commits
No commits in common. "293f9e023a756be8071312b87a60698bf05c539d" and "4926331a6e783a49e89a66d2746327115684c0b6" have entirely different histories.
293f9e023a
...
4926331a6e
@ -10,7 +10,7 @@
|
||||
max-w-36 p-0.5 pr-1.5 border-ralsei-white border-4
|
||||
{highlight
|
||||
? 'min-w-36 bg-gradient-to-l to-ralsei-pink-neon/30 from-ralsei-pink-regular/20 from-30% border-ridge motion-safe:animate-pulse hover:animate-none'
|
||||
: 'w-fit border-double hover:border-solid animate-bounce-reverse hover:underline'}
|
||||
: 'w-fit border-double hover:border-solid motion-safe:hover:animate-bounce hover:underline'}
|
||||
flex gap-1 items-center justify-center align-middle text-center
|
||||
{highlight ? 'text-ralsei-pink-regular app-selected-route' : 'text-ralsei-green-light'}
|
||||
"
|
||||
|
@ -128,7 +128,7 @@
|
||||
</defs>
|
||||
</svg>
|
||||
|
||||
<div class="md:h-[96vh] pb-[8vh] lg:px-[4vw] 2xl:px-[8vw] lg:pb-[5vh] lg:pt-[3.5vh] overflow-x-hidden [scrollbar-gutter:stable]">
|
||||
<div class="md:h-[96vh] pb-[8vh] lg:px-[4vw] 2xl:px-[8vw] lg:py-[5.5vh] overflow-x-hidden [scrollbar-gutter:stable]">
|
||||
<slot />
|
||||
</div>
|
||||
|
||||
|
@ -62,7 +62,7 @@
|
||||
</li>
|
||||
<li>
|
||||
gitlab:
|
||||
<a class="u-url" href="https://gitlab.com/yusdacra" rel="me">@yusdacra</a>
|
||||
<a href="https://gitlab.com/yusdacra">@yusdacra</a>
|
||||
</li>
|
||||
<li>
|
||||
my gitea:
|
||||
@ -77,14 +77,14 @@
|
||||
</li>
|
||||
<li>
|
||||
misskey.art:
|
||||
<a class="u-url" href="https://misskey.art/@yusdacra" rel="me">@yusdacra</a>
|
||||
<a href="https://misskey.art/@yusdacra">@yusdacra</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</Window>
|
||||
</div>
|
||||
|
||||
<div class="hidden motion-reduce:block absolute max-w-[40ch] bottom-0 right-0 md:bottom-[10vh] md:right-[8vw]">
|
||||
<div class="hidden motion-reduce:md:block absolute max-w-[40ch] bottom-[10vh] right-[8vw]">
|
||||
<Window title=":(" iconUri="/icons/warning.png">
|
||||
<div class="prose prose-ralsei leading-6">
|
||||
<p>
|
||||
|
@ -175,24 +175,6 @@
|
||||
background-position: 0px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
@keyframes bounce-reverse {
|
||||
0%, 100% {
|
||||
transform: none;
|
||||
animation-timing-function: cubic-bezier(0,0,0.2,1);
|
||||
}
|
||||
50% {
|
||||
transform: translateY(-25%);
|
||||
animation-timing-function: cubic-bezier(0.8,0,1,1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
.animate-bounce-reverse:hover {
|
||||
animation: bounce-reverse 1s infinite;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
a.app-selected-route {
|
||||
|
Loading…
Reference in New Issue
Block a user