mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
11 lines
179 B
CSS
11 lines
179 B
CSS
.tcy {
|
|
text-combine-upright: all;
|
|
}
|
|
.fake-tcy {
|
|
display: inline-block;
|
|
writing-mode: horizontal-tb;
|
|
width: 1em;
|
|
height: 1em;
|
|
text-align: center;
|
|
line-height: 1em;
|
|
}
|