mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-19 17:13:02 -04:00
🐛 Fix external article link alignment and add RTL support
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<article>
|
||||
<h3 class="flex items-center mt-6 text-xl font-semibold">
|
||||
<h3 class="mt-6 text-xl font-semibold">
|
||||
{{ with .Params.externalUrl }}
|
||||
<a
|
||||
class="decoration-primary-500 hover:underline hover:underline-offset-2 text-neutral-800 dark:text-neutral"
|
||||
@@ -9,10 +9,11 @@
|
||||
>{{ $.Title | emojify }}</a
|
||||
>
|
||||
<span
|
||||
class="-mt-2 text-xs cursor-default text-neutral-400 dark:text-neutral-500"
|
||||
class="absolute mt-0 ltr:ml-[0.1rem] rtl:mr-[0.1rem] text-xs cursor-default text-neutral-400 dark:text-neutral-500"
|
||||
title="{{ i18n "list.externalurl_title" }}"
|
||||
>
|
||||
↗
|
||||
<span class="rtl:hidden">↗</span>
|
||||
<span class="ltr:hidden">↖</span>
|
||||
</span>
|
||||
{{ else }}
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user