1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

feat: add Locale switch to Curriculum Vitae (not visible in print mode)

This commit is contained in:
2024-08-01 00:48:22 +02:00
parent da4b483a3c
commit b199aedf77
4 changed files with 10 additions and 9 deletions

View File

@ -59,7 +59,7 @@ export const Locales: React.FC<LocalesProps> = () => {
<ul
className={classNames(
"shadow-lightFlag dark:shadow-darkFlag bg-background dark:bg-background-dark absolute top-14 z-10 mt-4 flex w-32 list-none flex-col items-center justify-center rounded-lg p-0",
"shadow-lightFlag dark:shadow-darkFlag bg-background dark:bg-background-dark absolute top-14 z-10 mt-2 flex w-32 list-none flex-col items-center justify-center rounded-lg p-0",
{ hidden: !isVisibleMenu },
)}
>