|
41 | 41 | <div class="page">
|
42 | 42 | <figure>
|
43 | 43 | <app-manga-page-even [dir]="viewer.viewModeOption().dir">
|
44 |
| - <div frame="1" style="padding: 1ch; width: 100%; display: grid; place-items: center;"> |
45 |
| - <img style="display: block; max-width:50%; margin: auto;" src="/assets/images/heart-hand-drawn-symbol-outline-svgrepo-com.svg" alt="heart-hand-drawn-symbol-outline"> |
| 44 | + <div dir="ltr" frame="1" style="padding: 1ch; width: 100%; display: grid; place-items: center;"> |
| 45 | + <img style="display: block; max-width:50%; margin: auto;" |
| 46 | + src="/assets/images/heart-hand-drawn-symbol-outline-svgrepo-com.svg" |
| 47 | + alt="heart-hand-drawn-symbol-outline"> |
46 | 48 | </div>
|
47 | 49 |
|
48 |
| - <div frame="5" style="padding: 1ch; width: 100%; display: grid; place-items: center;"> |
49 |
| - <img style="display: block; max-width:60%; margin: auto;" src="/assets/images/map-hand-drawn-paper-svgrepo-com.svg" alt="map-hand-drawn-paper"> |
| 50 | + <div dir="ltr" frame="5" style="padding: 1ch; width: 100%; display: grid; place-items: center;"> |
| 51 | + <img style="display: block; max-width:60%; margin: auto;" |
| 52 | + src="/assets/images/map-hand-drawn-paper-svgrepo-com.svg" alt="map-hand-drawn-paper"> |
50 | 53 | </div>
|
51 | 54 |
|
52 |
| - <div frame="2" style="padding: 1ch; width: 100%; display: grid; place-items: center;"> |
53 |
| - <img style="display: block; max-width:50%; margin: auto;" src="/assets/images/web-comics-svgrepo-com.svg" alt="map-hand-drawn-paper"> |
| 55 | + <div dir="ltr" frame="2" style="padding: 1ch; width: 100%; display: grid; place-items: center;"> |
| 56 | + <img style="display: block; max-width:50%; margin: auto;" |
| 57 | + src="/assets/images/web-comics-svgrepo-com.svg" alt="map-hand-drawn-paper"> |
54 | 58 | </div>
|
55 |
| - |
| 59 | + |
56 | 60 | <!-- <img frame="2" style="display: block; margin: auto;" src="/assets/images/smile-hand-drawn-emoticon-svgrepo-com.svg" >
|
57 | 61 | <img frame="2" style="display: block; margin: auto;" src="/assets/images/web-comics-svgrepo-com.svg" >
|
58 | 62 | <img frame="2" style="display: block; margin: auto;" src="/assets/images/woman-young-head-hand-drawn-outline-svgrepo-com.svg" > -->
|
59 | 63 |
|
60 |
| - <div frame="3" style="padding: 1ch; width: 100%; height: 100%; display: grid; place-items: center;"> |
61 |
| - <img style="display: block; max-width: 40%; margin: auto;" src="/assets/icons/icon-line.svg" alt="Chytanka logo"> |
| 64 | + <div dir="ltr" frame="3" |
| 65 | + style="padding: 1ch; width: 100%; height: 100%; display: grid; place-items: center;"> |
| 66 | + <img style="display: block; max-width: 40%; margin: auto;" src="/assets/icons/icon-line.svg" |
| 67 | + alt="Chytanka logo"> |
62 | 68 | <p style="text-align: center;">Кінець епізоду</p>
|
63 | 69 |
|
64 | 70 | @if (getNextIndex() >=0 && playlist[getNextIndex()]; as next) {
|
|
69 | 75 | lang.ph().untitled + ' ' + (getNextIndex() + 1)}} ⏩</a>
|
70 | 76 | }
|
71 | 77 | </div>
|
72 |
| - <div frame="4" style="padding: 1ch; text-align: center; display: grid; place-content: center;"> |
| 78 | + <div dir="ltr" frame="4" |
| 79 | + style="padding: 1ch; text-align: center; display: grid; place-content: center;"> |
73 | 80 | <ng-content />
|
74 | 81 | </div>
|
75 | 82 | </app-manga-page-even>
|
|
0 commit comments