mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
fix(rtl): correct article-link title direction (#2023)
This commit is contained in:
@@ -2137,6 +2137,9 @@ body.zen-mode-enable {
|
|||||||
.text-right {
|
.text-right {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
.text-start {
|
||||||
|
text-align: start;
|
||||||
|
}
|
||||||
.-indent-\[999px\] {
|
.-indent-\[999px\] {
|
||||||
text-indent: calc(999px * -1);
|
text-indent: calc(999px * -1);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="{{ $articleInnerClasses }}">
|
<div class="{{ $articleInnerClasses }}">
|
||||||
<div class="items-center text-left text-xl font-semibold">
|
<div class="items-center text-start text-xl font-semibold">
|
||||||
{{ with $target.Params.externalUrl }}
|
{{ with $target.Params.externalUrl }}
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="{{ $articleInnerClasses }}">
|
<div class="{{ $articleInnerClasses }}">
|
||||||
<div class="items-center text-left text-xl font-semibold">
|
<div class="items-center text-start text-xl font-semibold">
|
||||||
{{ with .Params.externalUrl }}
|
{{ with .Params.externalUrl }}
|
||||||
<div
|
<div
|
||||||
class="group-hover-card-title decoration-primary-500 dark:text-neutral text-xl font-bold text-neutral-800 group-hover:underline group-hover:underline-offset-2">
|
class="group-hover-card-title decoration-primary-500 dark:text-neutral text-xl font-bold text-neutral-800 group-hover:underline group-hover:underline-offset-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user