Skip to content

Commit

Permalink
fix tweet comments and math overflow (ZcashFoundation#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyl authored Jan 16, 2023
1 parent 4caca74 commit 06e3454
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion k8s/free2z/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ data:
# oauth1 - consumer_key
TWITTER_API_KEY: "OxxVxbaLqpTBu4Sh0xCkimPES"
# to tweet from @F2ZP2P
TWITTER_ACCESS_KEY: "1501132902201012229-3X6PMwjHPjtD6ar8gN9S2vGq44cySk"
TWITTER_ACCESS_KEY: "1501132902201012229-n5p9m0RAGoIpWm2v5sIYLfSYiSyDII"
# for oauth2
TWITTER_CLIENT_ID: "NDc4WlVCM0ZwRjljYU02bXpkcXA6MTpjaQ"
Binary file modified k8s/free2z/secret.yaml.enc
Binary file not shown.
4 changes: 4 additions & 0 deletions ts/react/free2z/src/components/MathMarkdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -336,4 +336,8 @@ pre {
color: rgb(156, 163, 175);
/* Line number color */
content: attr(line);
}

.math {
overflow: scroll;
}
4 changes: 0 additions & 4 deletions ts/react/free2z/src/components/MathMarkdown.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from "react"
import ReactMarkdown from "react-markdown"
// import { useRemark } from 'react-remark'
// import { Remark } from 'react-remark';
Expand All @@ -15,12 +14,9 @@ import remarkDirective from "remark-directive"
// import "prism-theme-night-owl"
import remarkOembed from "../lib/remark-oembed"
import {
Link,
Table,
TableBody,
TableCell,
TableHead,
TableRow,
} from "@mui/material"
import MLink from "./MlLink"
import MTypography from "./MTypography"
Expand Down

0 comments on commit 06e3454

Please sign in to comment.