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;
padding: 0.5rem 0.75rem;
font-weight: bold;
line-height: normal;
line-height: 1.25;
.icon {
vertical-align: -0.125em;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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