🐛 Fix external article link alignment and add RTL support

This commit is contained in:
James Panther
2022-06-25 15:31:08 +10:00
parent bc84cde658
commit 5ebc70ab3a
3 changed files with 14 additions and 7 deletions
+8 -4
View File
@@ -1776,10 +1776,6 @@ body button {
margin-top: 1.5rem;
}
.-mt-2 {
margin-top: -0.5rem;
}
.mr-3 {
margin-right: 0.75rem;
}
@@ -2530,6 +2526,10 @@ body button {
left: -1.5rem;
}
[dir="ltr"] .ltr\:ml-\[0\.1rem\] {
margin-left: 0.1rem;
}
[dir="ltr"] .ltr\:ml-2 {
margin-left: 0.5rem;
}
@@ -2590,6 +2590,10 @@ body button {
right: -1.5rem;
}
[dir="rtl"] .rtl\:mr-\[0\.1rem\] {
margin-right: 0.1rem;
}
[dir="rtl"] .rtl\:mr-2 {
margin-right: 0.5rem;
}