web: replace text-align: left with text-align: start

improves support for arabic and other RTL languages
This commit is contained in:
wukko 2024-11-20 14:47:07 +06:00
parent 9c8cb5611f
commit 6e81c55fc1
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2
9 changed files with 9 additions and 9 deletions

View file

@ -70,7 +70,7 @@
gap: 4px; gap: 4px;
height: fit-content; height: fit-content;
text-align: left; text-align: start;
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: flex-start;
justify-content: flex-start; justify-content: flex-start;

View file

@ -76,7 +76,7 @@
align-items: center; align-items: center;
gap: var(--padding); gap: var(--padding);
justify-content: space-between; justify-content: space-between;
text-align: left; text-align: start;
transform: none; transform: none;
padding: calc(var(--switcher-padding) * 2) 16px; padding: calc(var(--switcher-padding) * 2) 16px;
border-radius: var(--border-radius); border-radius: var(--border-radius);

View file

@ -134,7 +134,7 @@
} }
.align-left .body-text { .align-left .body-text {
text-align: left; text-align: start;
} }
.align-left .popup-header { .align-left .popup-header {

View file

@ -75,7 +75,7 @@
overflow: clip; overflow: clip;
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;
text-align: left; text-align: start;
line-break: anywhere; line-break: anywhere;
padding: 0; padding: 0;
gap: 10px; gap: 10px;

View file

@ -34,7 +34,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: flex-start;
text-align: left; text-align: start;
border-radius: var(--donate-card-padding); border-radius: var(--donate-card-padding);
background: rgba(255, 255, 255, 0.05); background: rgba(255, 255, 255, 0.05);
padding: 12px 16px; padding: 12px 16px;

View file

@ -22,7 +22,7 @@
.bullet-holder { .bullet-holder {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
text-align: left; text-align: start;
gap: var(--padding); gap: var(--padding);
} }

View file

@ -59,7 +59,7 @@
.update-text { .update-text {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
text-align: left; text-align: start;
font-size: 13px; font-size: 13px;
} }

View file

@ -40,7 +40,7 @@
background-color: var(--red); background-color: var(--red);
color: var(--white); color: var(--white);
width: max-content; width: max-content;
text-align: left; text-align: start;
} }
#setting-button-reset:hover { #setting-button-reset:hover {

View file

@ -77,7 +77,7 @@
} }
.support-note { .support-note {
text-align: left; text-align: start;
padding: 0; padding: 0;
} }
</style> </style>