mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
deploy: f4b852d2dd
This commit is contained in:
+10
-10
@@ -182,12 +182,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -198,7 +198,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -211,7 +211,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -222,7 +222,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -233,7 +233,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -244,7 +244,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -255,7 +255,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -266,7 +266,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -277,7 +277,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -182,12 +182,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -198,7 +198,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -211,7 +211,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -222,7 +222,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -233,7 +233,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -244,7 +244,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -255,7 +255,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -266,7 +266,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -277,7 +277,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -182,12 +182,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -198,7 +198,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -211,7 +211,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -222,7 +222,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -233,7 +233,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -244,7 +244,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -255,7 +255,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -266,7 +266,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -277,7 +277,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user