mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-28 02:26:10 +00:00
web: replace text-align: left
with text-align: start
improves support for arabic and other RTL languages
This commit is contained in:
parent
9c8cb5611f
commit
6e81c55fc1
|
@ -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;
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.support-note {
|
.support-note {
|
||||||
text-align: left;
|
text-align: start;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue