Fix line height in Arabic

This commit is contained in:
daudix
2024-07-23 05:54:19 +03:00
parent a16f02e7a2
commit 2d6306a717
11 changed files with 17 additions and 15 deletions

View File

@ -126,7 +126,7 @@
border-radius: 999px; border-radius: 999px;
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
font-weight: bold; font-weight: bold;
line-height: normal; line-height: 1.25;
.icon { .icon {
vertical-align: -0.125em; vertical-align: -0.125em;

View File

@ -20,7 +20,7 @@
color: var(--fg-color); color: var(--fg-color);
font-weight: bold; font-weight: bold;
font-size: 0.875rem; font-size: 0.875rem;
line-height: normal; line-height: 1.25;
text-decoration: none; text-decoration: none;
&:hover { &:hover {

View File

@ -23,7 +23,7 @@ pre {
padding: 1rem; padding: 1rem;
max-width: 100vw; max-width: 100vw;
overflow: auto; overflow: auto;
line-height: normal; line-height: 1.25;
table { table {
box-shadow: none; box-shadow: none;

View File

@ -88,7 +88,7 @@
padding: 0.25rem 0.75rem; padding: 0.25rem 0.75rem;
color: var(--fg-color); color: var(--fg-color);
font-size: 0.875rem; font-size: 0.875rem;
line-height: normal; line-height: 1.25;
text-decoration: none; text-decoration: none;
&:hover { &:hover {

View File

@ -23,7 +23,7 @@
li { li {
display: flex; display: flex;
line-height: normal; line-height: 1.25;
list-style: none; list-style: none;
a { a {
@ -31,6 +31,7 @@
border-radius: 999px; border-radius: 999px;
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
color: var(--fg-muted-4); color: var(--fg-muted-4);
line-height: 1.25;
text-decoration: none; text-decoration: none;
&:hover { &:hover {

View File

@ -28,7 +28,7 @@
background-color: var(--nav-bg); background-color: var(--nav-bg);
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
pointer-events: none; pointer-events: none;
line-height: normal; line-height: 1.25;
text-decoration: none; text-decoration: none;
&:focus { &:focus {
@ -48,7 +48,7 @@
li { li {
display: flex; display: flex;
line-height: normal; line-height: 1.25;
list-style: none; list-style: none;
&#home { &#home {
@ -100,6 +100,7 @@
border-radius: 999px; border-radius: 999px;
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
color: var(--fg-muted-4); color: var(--fg-muted-4);
line-height: 1.25;
text-decoration: none; text-decoration: none;
&:hover { &:hover {
@ -306,7 +307,7 @@
padding: 0.5rem; padding: 0.5rem;
a { a {
line-height: normal; line-height: 1.25;
&::after { &::after {
content: ""; content: "";

View File

@ -50,7 +50,7 @@
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
color: var(--fg-muted-5); color: var(--fg-muted-5);
font-weight: normal; font-weight: normal;
line-height: normal; line-height: 1.25;
} }
.post-title { .post-title {

View File

@ -15,7 +15,7 @@
margin-inline-start: 0.75rem; margin-inline-start: 0.75rem;
color: var(--fg-muted-5); color: var(--fg-muted-5);
font-weight: bold; font-weight: bold;
line-height: normal; line-height: 1.25;
} }
button { button {

View File

@ -20,7 +20,7 @@
.big { .big {
font-size: 1.5rem; font-size: 1.5rem;
line-height: normal; line-height: 1.25;
.icon { .icon {
margin-inline-end: 0.375rem; margin-inline-end: 0.375rem;

View File

@ -13,7 +13,7 @@
li { li {
display: inline-flex; display: inline-flex;
transition: var(--transition); transition: var(--transition);
line-height: normal; line-height: 1.25;
&:active { &:active {
transform: scale(var(--active)); transform: scale(var(--active));

View File

@ -8,7 +8,7 @@ h6 {
text-wrap: balance; text-wrap: balance;
margin: 2rem 0 1rem; margin: 2rem 0 1rem;
font-weight: lighter; font-weight: lighter;
line-height: normal; line-height: 1.25;
font-family: var(--font-antique); font-family: var(--font-antique);
letter-spacing: -0.05em; letter-spacing: -0.05em;
} }
@ -142,7 +142,7 @@ kbd {
background-color: var(--fg-muted-2); background-color: var(--fg-muted-2);
padding: 0.125rem 0.375rem; padding: 0.125rem 0.375rem;
font-size: 0.875em; font-size: 0.875em;
line-height: normal; line-height: 1.25;
// Small nice thingy, keys can be pressed! // Small nice thingy, keys can be pressed!
&:active { &:active {
@ -221,6 +221,6 @@ details {
summary { summary {
cursor: pointer; cursor: pointer;
line-height: normal; line-height: 1.25;
} }
} }