feat: make some stuff uppercase
All checks were successful
create archive with lfs / tag (push) Successful in 9s

This commit is contained in:
dusk 2024-11-26 22:31:12 +03:00
parent 708f9769c8
commit 8f65cda3b9
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
class="
window-titlebar p-1 border-ralsei-white border-8
bg-gradient-to-l from-ralsei-pink-neon to-ralsei-black to-75%
{!isOnMobile ? "cursor-move" : ""}
{!isOnMobile ? "cursor-move" : ""} uppercase
"
style="border-style: hidden hidden ridge hidden;"
>

View File

@ -135,7 +135,7 @@
<slot />
</div>
<nav class="w-full min-h-[5vh] max-h-[6vh] fixed bottom-0 z-[999] bg-ralsei-black overflow-visible">
<nav class="w-full min-h-[5vh] max-h-[6vh] fixed bottom-0 z-[999] bg-ralsei-black overflow-visible uppercase">
<div
class="
max-w-full max-h-fit p-1 z-[999]