mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-19 09:03:02 -04:00
💄 Minor style tweaks to improve consistency
This commit is contained in:
@@ -6,8 +6,14 @@
|
||||
<span>
|
||||
{{ if .NextInSection }}
|
||||
<a class="flex" href="{{ .NextInSection.RelPermalink }}">
|
||||
<span class="mr-3 ltr:inline rtl:hidden article-pagination-direction">←</span>
|
||||
<span class="ml-3 ltr:hidden rtl:inline article-pagination-direction">→</span>
|
||||
<span
|
||||
class="mr-3 ltr:inline rtl:hidden article-pagination-direction text-neutral-700 dark:text-neutral"
|
||||
>←</span
|
||||
>
|
||||
<span
|
||||
class="ml-3 ltr:hidden rtl:inline article-pagination-direction text-neutral-700 dark:text-neutral"
|
||||
>→</span
|
||||
>
|
||||
<span class="flex flex-col">
|
||||
<span class="article-pagination-title mt-[0.1rem] leading-6"
|
||||
>{{ .NextInSection.Title | emojify }}</span
|
||||
@@ -34,8 +40,14 @@
|
||||
{{ end }}
|
||||
</span>
|
||||
</span>
|
||||
<span class="ml-3 ltr:inline rtl:hidden article-pagination-direction">→</span>
|
||||
<span class="mr-3 ltr:hidden rtl:inline article-pagination-direction">←</span>
|
||||
<span
|
||||
class="ml-3 ltr:inline rtl:hidden article-pagination-direction text-neutral-700 dark:text-neutral"
|
||||
>→</span
|
||||
>
|
||||
<span
|
||||
class="mr-3 ltr:hidden rtl:inline article-pagination-direction text-neutral-700 dark:text-neutral"
|
||||
>←</span
|
||||
>
|
||||
</a>
|
||||
{{ end }}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user