Skip to content

Commit 12a0e38

Browse files
authored
Merge branch 'main' into sanguine
2 parents 59be0e1 + cda99a8 commit 12a0e38

File tree

63 files changed

+3614
-943
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+3614
-943
lines changed

package-lock.json

Lines changed: 200 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lynn",
3-
"version": "26.0.0",
3+
"version": "28.1.g1",
44
"private": true,
55
"dependencies": {
66
"@date-io/dayjs": "^2.16.0",
@@ -14,6 +14,8 @@
1414
"dayjs": "^1.11.7",
1515
"eorzea-time": "^3.0.0",
1616
"i18next": "^25.2.1",
17+
"i18next-browser-languagedetector": "^8.2.0",
18+
"i18next-resources-to-backend": "^1.2.1",
1719
"leaflet": "^1.9.4",
1820
"leaflet-draw": "^1.0.4",
1921
"lynn-eorzea-weather": "^3.3.0",
@@ -29,6 +31,7 @@
2931
"react-router-dom": "^6.5.0",
3032
"react-scripts": "5.0.1",
3133
"rehype-autolink-headings": "^7.1.0",
34+
"rehype-raw": "^7.0.0",
3235
"rehype-slug": "^6.0.0",
3336
"remark-gfm": "^4.0.1",
3437
"remark-toc": "^9.0.0",
30.8 KB
Loading
File renamed without changes.

src/App.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,20 @@ img {
4646
[data-theme='light'] a {
4747
text-decoration: none;
4848
color: #1e88e5;
49+
}
50+
51+
.left-aligned-markdown {
52+
text-align: left;
53+
}
54+
55+
.left-aligned-markdown p,
56+
.left-aligned-markdown h1,
57+
.left-aligned-markdown h2,
58+
.left-aligned-markdown h3,
59+
.left-aligned-markdown h4,
60+
.left-aligned-markdown h5,
61+
.left-aligned-markdown h6,
62+
.left-aligned-markdown ul,
63+
.left-aligned-markdown ol {
64+
text-align: left;
4965
}

0 commit comments

Comments
 (0)