Skip to content

Commit

Permalink
"fix mongol text display on iOS "
Browse files Browse the repository at this point in the history
  • Loading branch information
NominHanggai committed May 5, 2022
1 parent 154718f commit bd7c973
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@font-face {
font-family: 'Menk-Hawang-Tig';
src: url('web-resources/MHW8103.ttf');
unicode-range: U+1800-18AF; /* Mongolian Unicode range */
unicode-range: U+1800-18AF; /* Traditional Mongolian Unicode range */
}
*{
margin: 0;
Expand Down Expand Up @@ -209,6 +209,7 @@ body{
}
.song-details{
writing-mode: vertical-lr;
text-orientation: sideways;
/* text-align: center; */
margin-left: 50px;
}
Expand All @@ -230,6 +231,7 @@ body{

.vertical-music-list {
writing-mode: vertical-lr;
text-orientation: sideways;
overflow-x: scroll;
opacity: 0;
display: block;
Expand Down Expand Up @@ -257,7 +259,6 @@ body{
position: relative;
background: var(--white);
/* height: 100%; */
writing-mode: vertical-lr;
/* left: 0;
bottom: -55%; */
pointer-events: auto;
Expand Down

0 comments on commit bd7c973

Please sign in to comment.